RequestAccess doesn't continue #1545
Unanswered
stefandenhartog
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Just did a better search and came accross this https://shinylib.net/client/push/providers/ Trying it out now. Any idea would be great :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement push notifications in my app using Shiny.
With this instructions:
https://shinylib.net/client/push/
They work properly on Android, however on IOS I get the issue that the RequestAccess doesn't continue.
This is the code in question, which works fine on Android:
remote-notifications are ok and the GoogleService-Info.plist is also added.
I would expect an error when these are not ok, is that correct?
Does anyone have another idea how to fix this?
Console doesn't show any valuable information as far as I can see.
[0:] ShinyStartup: Information: Startup Binding for Shiny.Push.PushManager
[0:] Shiny.Stores.Impl.ObjectStoreBinder: Information: Success: Shiny.Push.PushManager to store: settings
[..]
[0:] Shiny.Hosting.IosLifecycleExecutor: Information: Shiny.Push.PushManager handling lifecycle event for Shiny.Hosting.IIosLifecycle+IOnFinishedLaunching
I'm testing in Debug mode with a physical IOS device.
This is also null:
Host.Current.Services.GetService().RegistrationToken
Beta Was this translation helpful? Give feedback.
All reactions