Samuari Fruit

Hello Corona Community!

I just downloaded the free template game Samurai Fruit and put the game on my phone - Droid 2, v2.3. Slicing the fruit works great, however the game force closes on my phone when I slice the bomb. It does this right before the actual explosion of the bomb.

Has anyone else run into this problem and has there been a fix for it?

http://developer.anscamobile.com/code/samurai-fruit [import]uid: 14218 topic_id: 14086 reply_id: 314086[/import]

Hey Daniel,

You need to include the correct Android permissions, in this case you’d put android.permission.VIBRATE in your build.settings :slight_smile:

See here;
http://developer.anscamobile.com/content/configuring-projects#Application_Permissions_Android

Peach :slight_smile: [import]uid: 52491 topic_id: 14086 reply_id: 51874[/import]

Do I need to set the same permissions for iPhone? [import]uid: 14218 topic_id: 14086 reply_id: 51936[/import]

Hey Daniel,

Nope - iPhone builds don’t have these permission settings; they’re just something Android requires :slight_smile:

Peach [import]uid: 52491 topic_id: 14086 reply_id: 51969[/import]

Thank you Peach! [import]uid: 14218 topic_id: 14086 reply_id: 51994[/import]