Replies: 1 comment
-
File a PR if you've analyzed the bug to this extent please or file an appropriate issue. Please quit tagging me on the forums. This is meant for community questions, not technical support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @aritchie :
I am using Shiny.Push with Azure Push Hub.
While testing in iOS I noticed and found that,
OnEntry is called when push is coming and App is active/foreground and I am not even Tapping the notification. In this case OnReceived should be called as per above documentation.
I believe, following method invokes immediately when Push arrives and app is active/foreground. This is calling TryProcessingIncomingNotification, which in turn calls OnEntry method. I think this should call OnReceived instead of OnEntry.
Also, following Handle method is called when app is launched. If it is launched via Push notification tap, It should then call OnEntry and not OnReceived.
Are these two instances, an intended behaviour or actually an issue?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions