NativeScript / push-plugin

Contains the source code for the Push Plugin.
Apache License 2.0
123 stars 45 forks source link

The ios push alarm does not arrive. Do I have to install 'Fcm sdk'? #164

Closed seohangyu closed 6 years ago

seohangyu commented 6 years ago

what`s the problem?

push.register has been well applied (code)

IOS apns setting is perfect

  1. xcode provisioning file apply

  2. capabilities - push notifications on

  3. and setup app on my ios phone.

pushalarm -> ok

console.firebase.com --> message send -> but not arrive

lini commented 6 years ago

Are you trying to send push notifications from firebase console to iOS devices? The push plugin does not support this scenario at the moment - Firebase is only available on Android devices and APNs is only available on iOS.