xcode - Step By Step Process for creating and distributing Mac App for beta testing -
can provide step step guide building , distributing mac app beta testing. mac app using icloud. can't find useful guide works me here have figured out far:
- sign developer program (dev center)
- create developer certificate (dev center)
- create app id (dev center)
- create development devices (dev center)
- create application development provisioning profile app , selected test devices (dev center)
- install developer certificate on development mac (keychain)
- install development provisioning profile on mac (keychain)
- install provisioning profiles xcode (drag , drop or import organiser)
- create archive of app (using xcode)
- export developer signed application (xcode organiser)
- create test user (itunes connect)
- copy signed application test device
- run signed application - here error in console saying following:
application killed because 31/07/13 2:34:40.177 pm taskgated[21510]: killed xx.xxx.xxx.appname[pid 22396] because use of com.apple.developer.ubiquity-container-identifiers entitlement not allowed
so somewhere doing wrong... questions:
- is itunes test user whole new apple id ? if presume user must logged in on test device in order app create , use icloud resources.
- is possible distribute app testing existing icloud user ? if can skip step creating test users?
- what have missed out allow signed application run in test mac , use icloud ? under impression apple docs gatekeeper allow developer id signed applications run.
thanks
as turns out beta testing not use production provisioning profile, uses same development provisioning profile has loaded onto test device (if mac). mistake thinking production profile used.
Comments
Post a Comment