Skip to content
New issue

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

Add support for EU data centers #9

Closed
FiRiN59 opened this issue Apr 10, 2017 · 2 comments
Closed

Add support for EU data centers #9

FiRiN59 opened this issue Apr 10, 2017 · 2 comments

Comments

@FiRiN59
Copy link

FiRiN59 commented Apr 10, 2017

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

@briancaw
Copy link
Collaborator

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.

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

@FiRiN59
Copy link
Author

FiRiN59 commented Apr 10, 2017

Hey @briancaw,

The notification trick worked for me, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants