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
Describe the bug
Notification not fire in ios, works great in android
Console Logs
2019-01-02 10:00:27.535878+0100 Undersession[9520:2535947] 5.7.0 - [Firebase/Messaging][I-FCM002023] The object <FirebasePlugin: 0x28044fe30> does not respond to -messaging:didReceiveRegistrationToken:. Please implement -messaging:didReceiveRegistrationToken: to be provided with an FCM token.
2019-01-02 10:00:27.543356+0100 Undersession[9520:2535756] deviceToken1 = <01395e8a e0516482 730ad930 9f575777 b528532f 1779ce59 0af719df 9418f8e2>
2019-01-02 10:00:27.545334+0100 Undersession[9520:2535947] 5.7.0 - [Firebase/InstanceID][I-IID003014] Error while reading embedded mobileprovision Error Domain=NSCocoaErrorDomain Code=260 "The file “embedded.mobileprovision” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/containers/Bundle/Application/B9AC11AA-54F2-47AA-9B6A-0A845D955B4C/Undersession.app/embedded.mobileprovision, NSUnderlyingError=0x282922550 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Plugin Version
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
I had the same problem and it seems to be caused by the fact that your project/workspace is build using the new build system instead of the legacy one.
Describe the bug
Notification not fire in ios, works great in android
Console Logs
2019-01-02 10:00:27.535878+0100 Undersession[9520:2535947] 5.7.0 - [Firebase/Messaging][I-FCM002023] The object <FirebasePlugin: 0x28044fe30> does not respond to -messaging:didReceiveRegistrationToken:. Please implement -messaging:didReceiveRegistrationToken: to be provided with an FCM token.
2019-01-02 10:00:27.543356+0100 Undersession[9520:2535756] deviceToken1 = <01395e8a e0516482 730ad930 9f575777 b528532f 1779ce59 0af719df 9418f8e2>
2019-01-02 10:00:27.545334+0100 Undersession[9520:2535947] 5.7.0 - [Firebase/InstanceID][I-IID003014] Error while reading embedded mobileprovision Error Domain=NSCocoaErrorDomain Code=260 "The file “embedded.mobileprovision” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/containers/Bundle/Application/B9AC11AA-54F2-47AA-9B6A-0A845D955B4C/Undersession.app/embedded.mobileprovision, NSUnderlyingError=0x282922550 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Plugin Version
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
Additional context
My app delegate
I use:
https://beta.ionicframework.com/docs/native/firebase
question: it's normal that this plugin not usa pod? my pod it's empty
The text was updated successfully, but these errors were encountered: