We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For EU data centers Appboy requires to override SDK endpoint: https://www.appboy.com/documentation/FAQs/#im-using-the-eu-database-what-do-i-need-to-do-differently
The text was updated successfully, but these errors were encountered:
Hi @FiRiN59
Right now you can listen to when our SDK has started via https://segment.com/docs/sources/mobile/ios/#how-do-i-know-when-an-integration-is-initialized- and then set the delegate manually on the sharedInstance. e.g.
[Appboy sharedInstance].appboyEndpointDelegate = myDelegate
Optionally you can also modify the SegAppboyIntegration.m in this repo to directly create and pass your delegate into our init method.
SegAppboyIntegration.m
We'll aim to get the process more seamless in an upcoming release - please let me know if the above methods aren't working for you.
Thanks, Brian
Sorry, something went wrong.
Hey @briancaw,
The notification trick worked for me, thank you!
No branches or pull requests
For EU data centers Appboy requires to override SDK endpoint: https://www.appboy.com/documentation/FAQs/#im-using-the-eu-database-what-do-i-need-to-do-differently
The text was updated successfully, but these errors were encountered: