How is it possible to send an app to someone to test? The thing is one of the developers has a Mac but doesnt have an Iphone, We are wondering if it is possible to send one of the team the app after he has built it in Xcode?
Use testFlightApp.com.
I use it and it does sem to be the consensus way to get, manage and use your app on testers.
Sure it is. You need the UDID of the iphone it’s going to be tested, then add that to the provisioning profile of the application in case. Create an ad-hoc distribution profile, build the app against that for distribution. You’ll need to send the ad-hoc provisioning profile and the .ipa to the tester, he/she needs to put those in itunes and then sync the device.
Thanks guys gonna try this out, Cheers
– testflight handles distribution of binary alongside provisioning profile automatically, also can gather user’s udid for adding it to the portal
Yes, I bet it is the easy way of doing it. I’ve only just started iOS-development a while ago, and when learning something new, I’ll try to figure out myself how something is done. I prefer not depending too much on outsourcing the whole work to someone else at first. When it was time to do the actual App Store publishing, it was quite clear what I was supposed to do to get it there, and concentrate more on the specifics of that process.
I can recommend TestFlight, too. Espacially if you want to send your app to a lot of people it is a huge timesaver.