I debug with a adhoc provison file and get the following :
Application_Start
Configuring the default app.
The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs consistent.To continue with this plist file, you may change your app's bundle identifier to 'jk.rtcalendar.store'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one.
Load Calendar
Application_Active
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
response success
Class (b4i_httpjob) instance released.
FCMConnected
I checked the GoogleService-Info.plist' inf Files/Special
<key>BUNDLE_ID</key>
<string>jk.rtcalendar.store</string>
<key>PROJECT_ID</key>
I checked the package name of the project :
jk.rtcalendar.store
So what I do wrong ?
Application_Start
Configuring the default app.
The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs consistent.To continue with this plist file, you may change your app's bundle identifier to 'jk.rtcalendar.store'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one.
Load Calendar
Application_Active
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
response success
Class (b4i_httpjob) instance released.
FCMConnected
I checked the GoogleService-Info.plist' inf Files/Special
<key>BUNDLE_ID</key>
<string>jk.rtcalendar.store</string>
<key>PROJECT_ID</key>
I checked the package name of the project :
jk.rtcalendar.store
So what I do wrong ?