Posts

Post not yet marked as solved
7 Replies
16k Views
Is there a way to get a testing account for "sign in with apple"?Currently, it seems to be forcing my developers to tie an existing phone number to the developer accounts we are using before we can use the feature...
Posted
by hoydor.
Last updated
.
Post not yet marked as solved
0 Replies
527 Views
I am currently using Enterprise InHouse Build as a testing build for my testers before I release the actual AppStore Build, therefore my Enterprise InHouse Build is actually meant for development use. However, when signing my InHouse distribution app, the aps-environment is always defaulted to production even though it was set as development in CODE_SIGNING_ENTITLEMENT.I have tried to work around this by resigning the app with a new entitlements.plist file with:1)codesign --entitlements entitlements.plist -v -f -s "iPhone Distribution: ****" Payload/****.app2)compress the Payload and rename the zip as ***.ipaHowever, this method gives me a "the executable was signed with invalid entitlements" when i try to install the appDoes anyone have any idea why is CODE_SIGNING_ENTITLEMENT being ignored, or the correct way to resign the app with a new aps-environment??
Posted
by hoydor.
Last updated
.