Scenario: We have created an app on developer sandbox and uploaded apk's to be tested on emulator which worked on emulator. Now got a devkit device and global production developer account. This production account also have sandbox environment with which devkit is attached. Now need to test app apk on devkit and we have created first new app in production developer sandbox and trying to upload same apk but getting error on upload like "package.name" is already in use.
Question:
1 - Can we delete apk's from developer sandbox without deleting the app?
2 - What if we delete app from developer sandbox, will this resolve "package.name" is already in use issue?
3 - Do we need to change package name in code and regenerate the apk?