How to test multi touch on simulator?

How can you test to see if your app is working on the simulator if it doesn’t support multi touch?

I want to see if the pinch & zoom gesture is working for example resizing an image…

Is there anyway I can send it to my device to try?

Thanx [import]uid: 30601 topic_id: 19879 reply_id: 319879[/import]

Yes, trial users can build for device so long as they have their apple iOS Developer license.

Peach :slight_smile: [import]uid: 52491 topic_id: 19879 reply_id: 77209[/import]

Hi Peaches,

That’s the problem, I don’t have Dev licence…lol

Will the full version of corona do it or I need the apple licence to send to my device for testing?

[import]uid: 30601 topic_id: 19879 reply_id: 77214[/import]

Hey Paul,

Sorry to hear that - no, you need an Apple license ($99 per year) to install on device because you need your own certificates and provisioning profiles, etc.

Apple limitation, I’m afraid.

Peach [import]uid: 52491 topic_id: 19879 reply_id: 77224[/import]

For a device build you need a subscription, true. But that is not really your problem - you want to test multi touch.

Perhaps this will work:
http://www.mydevelopersgames.com/site/corona-ultimote-2/

No I am not affiliated with them and I have not tried the software myself, but it seems to provide what you need. [import]uid: 67504 topic_id: 19879 reply_id: 77246[/import]

ok, thanks…

will check it out… [import]uid: 30601 topic_id: 19879 reply_id: 77251[/import]

Additionally try “tap” instead of “touch” and capture when event.numTaps > 1

I use this in a development environment to distinguish between a single touch / tap and multiple. [import]uid: 103970 topic_id: 19879 reply_id: 77283[/import]