I am able to reproduce the crash however I was not able find a work around. The crash is definitely happening in Corona’s PermissionsSettings
class. The app only crashes when you build with OneSignal as it adds extra permissions that is triggering a bug in Corona’s code.
Can you try an older build of Corona?
@Rob Miracle
Could you have some one look at PermissionsSettings.java
with the exception noted above in the Corona source? It seems the string[] array being passed to it isn’t formatted correctly.