-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing config for iOS Notification Service Extension #9
Comments
I think these are 2 different processes. There is no sync or so in place. |
yes they are and they have there own data containers, but they also have a shared space.
But 'm not sure if this will work. |
Yes, we have to use the confirm URL again I think. I would either...
I think the command would update the state anyway, so it would not cause issues for unseen state. But we might have to change our logic here and we cannot keep a local version anymore. |
With the recent adoptions in branch fallback-tracking, sharing the credentials seems to work fine.
So each time the builder is updated. Not perfect but in this way the service extension is working correctly. |
I think it should be solved in the notifo SDK, so that there is a way to resolve the api key and url from another data source or function. Then we could just get rid of the provider. |
I have extended the SDK, The options are now injected from an INotifoOptions interface, which means we can provide our own implementation, that loads everything from the settings. |
On iOS there is an issue with the notification service extension when trying to send a request to the notifo backend.
It seems that the configure of the main app is not used for the service extension.
Whenever the service extension is trying to send a request it receives an:
when I set a fixed value for the url and apikey for testing purposes directly in front of the calls, it works fine.
Any suggestions how this could be possible?
Does it make sense to use the preferences to store these config options in the main app and restore them in the xamarin sdk?
The text was updated successfully, but these errors were encountered: