ios - Add UDIDs to provisioning profile without using Apple Developer Portal -


my question different other similar questions because similar ones asked during time apple developer portal down due hacking.

is there way automate addition of new udids provisioning profile?

i work company beta app has slow-rollout of 20 thousand user private beta existing customers. in other words, don't want manually add 20k udids adp on next 6 months. keep in mind, need ask user email address, send them email in beta manager, them open email click link can udid, need manually open adp add it. of needs done before update profile in xcode, archive build deploy them. in interest of sanity , using time efficiently fix bugs beta users report, whole process seems insane. we've added 50 way , it's driving me nuts.

i thought fabric beta might handle nicely me, doesn't.

is there command line interface adding udids? or, there way invite users via email, , if open email on device, can install our beta app without me needing add udids manually in adp first? upgrading apple enterprise account fix this?

so far, i'm hitting dead ends everywhere. read fastlane might handle it, haven't found legitimate reviews developers confirming this. please stack overflow... work wonderful magic.

the way run app on ios device without individually registering device id profile (which wouldn't work anyway, since there 100 device limit per account) use enterprise distribution profile. app signed enterprise profile, can run on device.

the users need "trust" signing identity, involves going settings. trusting of signing identity 1 time thing, however. can can include in instructions beta testers.

in order create enterprise profile, need sign additional enterprise developer account here. $299 per year in addition regular developer account. once have this, create new enterprise distribution profile , use in build settings build / sign app.

note enterprise profile expires year when generate it, developer profile. cert should last 3 years. if plan have users continue using app on time when profile expires, best build in simple update check app prompt users update app month or before expiration. once profile expires, standard dev profile, app crash on users device no explanation of why.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -