Hello,
We’ve been publishing apps through Amazon for some time, but since we’ve tried pushing builds to live we’ve had apps kicked back for the following reason:
"App displays Runtime error after tapping on device back button "
In the projects we are trying to publish, there is no code (that we have) to take over the back button at all. We’ve tried taking over the button to make the app exit with native.requestExit(); and we’ve also tried making the back button do nothing at all, but each time they’ve rejected the app saying that using the back button causes an error. We’re also using build 3012, since we’re using the new admob plugin and splash screen control.