Hello,
I have two different projects in Ionic2 TypeScript application, created separately:
with different names
$ionic start app1
and
$ionic start app2
in package.json it is "name": "app1", and for app2 "name": "app2".
app1 linked in ionic account to app1(XXXXXXXX). app2 not linked, selected as Nevermind in the end of creating of project.
it is same one app in config.xml for both apps on google account <widget id="com.myapp.app"...> and uses same google-services.json only for google authentication, not sure if it is a reason, and to fix it, I have to create new app for app2 on google account, or remove all installs and connections with google
When Iām installing app1 toAndroid device and then Installing app2 or vice-versa, current installation overwrites previous, correctly to say, updates previous app, instead installing of both
Advice would be helpful