ilan
ilan

Reputation: 4462

Sending IOS apps though email an running it on a simulator

I am new at IOS development. I would like to know if there is a way to send a app by Email and run it on a simulated? So I need 2 things. 1. How to send the app by Email? 2. Where can I download a IPhone simulator?

(I come from android development, so I need something like that .apk )

Thanks, Ilan

Upvotes: 0

Views: 63

Answers (2)

B.I.A
B.I.A

Reputation: 700

you cant just export an apk and run it in any device, in iOS you would need to add the device you want to deploy the app on to your Developer Portal/Devices, and make a provisioning profile for it, download the profile then archive your app as Ad-hoc, you will get an ipa file instead of apk you could email that to your friend

Upvotes: 2

dasdom
dasdom

Reputation: 14073

This isn't possible. One cannot install App on the Simulator. This only works with the source code via Xcode.

Welcome in the world of iOS development. :)

Upvotes: 0

Related Questions