0

i'm not an iphone programmer, but this is my problem :

i have the source code of an iPhone application in x-code, i need to upload it in a ftp server to allow my client install and test a pre-release, but i need to add his device id some where in the application to be able to install it in his iPhone, i have the device id but i don't know how to add it in the application.

Can anyone help me please, if you have documentation or good links, send them to me please Thanks in advance

Alaoui Ghita
  • 1,859
  • 4
  • 22
  • 26

2 Answers2

1

The best way to do this is to use one of the following services:

https://testflightapp.com/

or

http://www.hockeyapp.net/

These make it much easier to register client devices and install pre-release builds.

Andrew Kuklewicz
  • 10,621
  • 1
  • 34
  • 42
1

you have to sign into Apple Developer Portal and add his device id in the appropriate section then you can use TestFlight with a provisioning profile from the portal to let people use it "pre-release"

shabbirv
  • 8,958
  • 4
  • 33
  • 34