When using SQLite to store data, is it stored in user’s apps?
If I release a new version in Apple App Store, will the storage in app of the previous version be recovered?
Is it app_id
in ionic.config.json
that specifies the app id in App Store?
Sure. It would be bad if not
The Store ID is generated by Apple btw. What you have to edit is this line in the config.xml
<widget id="io.ionic.conferenceapp" ...>
Thanks! That helps a lot!