After the App is in the app store

Hi,

I published my app last week and I have a question regarding DBs with Firebase and other app parameters. Is there a way to separate from the app what DB is using? For example, I have my app and I have three identical production DBs on firestore. Can I switch all distributed apps to point to DB2 instead of one? Or do I need to compile and distribute a new version of the app for that to work?

Best,
Clive

I believe you would have to distribute a new version of the app.

Because in the Google-Info.plist file references the database it’s pointing to

And because that’s a file in the app’s bundle, to update that, you’d have to deploy a new version

That’s what I thought. Many thanks

Clive

1 Like