native alert works on simulator but not device

At the end of my level, a native alert pops up with 2 buttons, one asking to go to the next level and the other to go to the menu. This works fine on the simulator, however it does not work on the device. The alert does pop up, but when I hit any of the buttons it just closes and nothing happens. I’ve checked through the code and there doesnt seem to be and error, and also it works on the simulator. How can I get it to work on the device? [import]uid: 116264 topic_id: 20464 reply_id: 320464[/import]

Last I tested native alert worked fine - so to work out whether or not this is a bug can you please build the project located in CoronaSDK > SampleCode > Interface > Alert.

Once you’ve done that if the alert isn’t appearing on your device please post back here letting me know;

  1. What version of Corona you’re using
  2. What OS you’re running
  3. What iOS on you’re running
  4. What device you’re using

Thanks,

Peach :slight_smile: [import]uid: 52491 topic_id: 20464 reply_id: 80217[/import]

If you’re on a Mac check the XCode console to see if there was an error after the native alert was dismissed. [import]uid: 27183 topic_id: 20464 reply_id: 80225[/import]