xcode - cordova-plugin-fcm doesn't work on iOS -
i using cordova-plugin-fcm in ionic project use firebase push notification. notification working fine android platform, when added ios platform couldn't notification on device.
here things i've done: 1- added googleservice-info.plist project , inside platforms in ios folder. 2- enabled notification xcode 3- tried send test notification firebase console , worked. 4- back-end team fired function sends notification , received notification on device.
but when test app , try case notification should received, never it.
i don't know how debug issues. ideas?
it turned out back-end issue not issue in plugin itself. issue in back-end wrong if condition.
Comments
Post a Comment