1

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.

first i want to test my app is running on device perfectly or not.afterwards i will pay for account.

is there any way.

Thanks in Advance

Aswan

Aswan
  • 5,085
  • 10
  • 46
  • 70

3 Answers3

2

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.

Toastor
  • 8,980
  • 4
  • 50
  • 82
2

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).

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101
1

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.

nickalchemist
  • 2,211
  • 6
  • 31
  • 58