You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
/Plugins/phonegap-plugin-push/PushPlugin.m:290:63: Use of undeclared identifier 'pushPluginApplicationDidBecomeActiveNotification'; did you mean 'UIApplicationDidBecomeActiveNotification'?
I did the replacement and at least it compiles. But this doesn't seems right... maybe someone has an idea on this?
second issue
iOS 13.5.1
iPhone 8
If I have the Google-Service-plist I am getting a FCM id. But never a APNS. I have deleted the plist, and according to code, I should be able to get APNS Id.
In my logs I see this:
`
FCM Sender ID (null)
Using APNS Notification
...
PushPlugin clearing badge
`
I also do the confirmation to allow pushes, but no id is comming up.