my archieved file is in .ipa format, now i want to make a web built so that other’s can test it. can someone guide me on how to achieve this or simply show me a tutorial where i can make a webbuild of my .ipa file ? Sorry but it is my first iphone application development and i don’t find a way to achieve this.
Share
There’s no such thing as a web build of an iPhone app.
In order for others to test your app, they will need to provide the UUID of their phone to you. You then add the UUIDs (up to 100) on the provisioning portal and create a new certificate for ad-hoc distribution. With that certificate, you build a .ipa file. Finally, you send the certificate and the .ipa file to your users (or make it available on a web site). They then can drag it into iTunes and synchronize their phone.
If more users want to join the test, you will need to create a new certificate and a new .ipa file. It’s not possible to have a public test. It’s always a closed user group.