iOS Question. Can I distribute the Xcode simulator versions of my app?

人盡茶涼 提交于 2019-11-30 11:18:27
chrisbtoo

Assuming the other person already has the simulator installed, you can just zip up the stuff under ~/Library/Application Support/iPhone Simulator/3.2/Applications/{GUID} (includes both the .app and any data directories needed) and send it to them - they'll need to unzip it under that same directory. What I've done in the past was to rename the {GUID} part to a more friendly name - the sim will still pick it up.

If they don't already have the simulator, they will need to sign up for a free iphone dev account and download Xcode, etc.

We just put up a little tool that will help you with this. It manages both what you need on the dev side and also the tester.

Here it is

http://blog.placeit.net/ios-app-packager/

It basically creates a little zip that you can pass to the tester and it'll install the app in the right directory and also open it up for the user with the right device selected.

I would think you want to send the entire project folder to the other person- presumably you are expecting them to open it in their XCode- and presumably they have the sdk for the app.

You have to distribute via AdHoc or App Store for beta testing.

Become a developer and then look into how to do this.

You need to have a provisioning profile, and then select the UDID's for the device you want to beta test to.

Go to the iPhone Provisioning Portal

and here is a document with more detail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!