iOS Question Firebase problem (Bundle ID)

kohle

Active Member
Licensed User
Longtime User
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 ?
 

kohle

Active Member
Licensed User
Longtime User
Make sure that the package name case is indeed lowercase.

it is . See Screenshot .

(My app store provision file works too with the same name and app is registered with the same name in iconnect.)

I have the same app in b4a and android is so easy. Firebase was integrated in 2 minutes)
Only difference to b4i the name in b4a is jk.calendar
 

Attachments

  • 22-03-_2018_14-51-41.png
    22-03-_2018_14-51-41.png
    12.9 KB · Views: 543
Upvote 0

kohle

Active Member
Licensed User
Longtime User
Yes it was only this warning.

Somehow I solved it, I hope :

I restarted now the phone . Delete the old app . Started the bridge new . Installed the app again and it works.
I sent via firebase console and received.
The question is still what was the problem.

This now the log :

Copying updated assets files (26)
Application_Start
Configuring the default app.
Load Calendar
Application_Active
Application_Inactive
FCMConnected
Application_Active
Application_Inactive
response success
Class (b4i_httpjob) instance released.
Application_Active
Application_Inactive
FCMConnected
Application_Active
FCMConnected
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
Application_Inactive
Application_Background
Can't endBackgroundTask: no background task exists with identifier 403, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
 
Upvote 0
Top