iOS Question send b4i app to only my friend or cutomers's iphones without app store

tango

Member
Licensed User
Longtime User
builded ipa and tested with my iphones and my udid, and i want to run it on my 10-20 friends's iphones only . how can i do this? i dont publish on app store and also i dont want to get their UDID .
 

Alex_197

Well-Known Member
Licensed User
Longtime User
builded ipa and tested with my iphones and my udid, and i want to run it on my 10-20 friends's iphones only . how can i do this? i dont publish on app store and also i dont want to get their UDID .
you need to add their UDID into a list, create a provision profile based on this list and then recompile your app
 
Upvote 0

tango

Member
Licensed User
Longtime User
you need to add their UDID into a list, create a provision profile based on this list and then recompile your app
firstly thanks in a few minute reply , friend.
so , for every new customer, i must get his UDID and recompile again?
 
Last edited:
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Yes you are correct, every 90 days you have to upload/update
Given that Apple review each testflight release, I'm pretty sure that will suspect something is going on if you keep releasing testflight versions every 90 day without ever sending one for full release in the store.
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
Given that Apple review each testflight release, I'm pretty sure that will suspect something is going on if you keep releasing testflight versions every 90 day without ever sending one for full release in the store.
I have an app in TestFlight which I have updated over a year now without any problem.

I am sure, APPLE will even be happy that you are taking your time to test all functionalities and fix bugs before your final release.
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
I have an app in TestFlight which I have updated over a year now without any problem.

I am sure, APPLE will even be happy that you are taking your time to test all functionalities and fix bugs before your final release.
Fair Enough. Sounds like I am wrong on this one.
Do you have a lot of "testers"?
Have you actually released the app in the store?
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
Fair Enough. Sounds like I am wrong on this one.
Do you have a lot of "testers"?
Have you actually released the app in the store?

Only 2 Testers.
Not yet Released in the Store.

I am even about to update it again in Testflight. I just checked the first upload in Testflight and it was from september 2022
 
Upvote 0
Top