iphone apps deploy in device

前端 未结 3 1179
说谎
说谎 2021-01-27 01:44

i developed iphone apps in virtual macos on windows.now i want to test my app on real device.

how to deploy application into real device without paying to market.

<
相关标签:
3条回答
  • 2021-01-27 02:02

    No, there is no way. To run the app on a device, you need to create a provisioning profile for your app and the devices UDID (unique serial number). You can create these profiles only after joining the (paid) developer program.

    0 讨论(0)
  • 2021-01-27 02:04

    While the simulator should give you a good idea, the only option for testing on the device without paying is jail-breaking the device (and possibly voiding your warranty if the device breaks while jail-broken).

    0 讨论(0)
  • 2021-01-27 02:08

    Here is tutorial on How to build iOS application using Windows and OpenSSL and deploy it on your device(iPad, iPhone). You just need an Apple developer account.

    0 讨论(0)
提交回复
热议问题