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
I have a project that uses this plugin and the cordova-plugin-firebase-analytics. The analytics plugin requires that the GoogleService-Info.plist file be present but that seems to make this plugin assume I'm using FCM for iOS notifications. I'm using APNS for iOS notifications. Is there any way other than removing the plist file to tell the plugin to use APNS?
Thanks and appreciate.
The text was updated successfully, but these errors were encountered:
Was running into the same problem. After inspecting the plugins sourcecode I found that you can do this by setting IS_GCM_ENABLE in the GoogleService-info.plist.
I have a project that uses this plugin and the cordova-plugin-firebase-analytics. The analytics plugin requires that the GoogleService-Info.plist file be present but that seems to make this plugin assume I'm using FCM for iOS notifications. I'm using APNS for iOS notifications. Is there any way other than removing the plist file to tell the plugin to use APNS?
Thanks and appreciate.
The text was updated successfully, but these errors were encountered: