Replies: 2 comments
-
the databases are in the databases folder of your app using the appId in the capacitor.config.ts so if you have the same appId your apps share the same database. Now in the build.gradle file you give a different applicationId so look in the Device Explorer of Android Studio if 3 differents applications have been created. if yes the databases are not shared if no the databases are shared |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply @jepiqueau. I will close this since you clarify my question. Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a ionic mobile project that uses sqlite. In order to test the app, I usually create 3 apks - (development, stage, production):
build.gradle
file:Everything works fine, however I suspect one app may be sharing data from another app. Does it make sense ? Is there any risk of this happen since both app uses the same database name ?
Beta Was this translation helpful? Give feedback.
All reactions