Apple auth
total 40+ applicatons. with diferent name, appid, brand, config, same Code.
sometimes I update all of them sometime just some of them.
First I should handle scripts for diferent provisioning profiles for each app build - well this is one time issue so no that big deal.
But then each profile will expire in different time clients come and go ... so even if on the start you do them all then in time the expiration times go wild...
Then you want update 20 apps, you have to check all the profiles manualy if they didnt expire, if so generate new, download, implement, test and then update...
publish etc.
Atm appids are non wildcard profile is not.
So it is relly not 5 minutes and its thing that cannot be automatized.
So thats why I would like to avoid it at the moment.
And also it is not as important as anonymous auth for both platforms...
So what is the reccomended way to implement anonymous auth for both platforms ?