Questions
Changing packagename/applicationId
14 days ago by JasonK
I have an app that I need to change the packagename/applicationId in order to publish in the google play store. I have tried to change the app.config from com.example => com.example.myapp, however after I change it and re-upload it, the system still says com.example.
I tried downloading the source and manually changed com.example to com.example.myapp. The source compiled and worked as expected EXCEPT that the OneSignal notifications no longer work. The callback post does NOT contain the oneSignalUserId. If I change the source back to com.example then OneSignal begins working again.
Thoughts?