Posts

Post marked as solved
5 Replies
8.3k Views
I'm trying to share the keychain of my main app with an app extension.In both places my entitlements are added to the main app target and my extension, both with the values "$(AppIdentifierPrefix)com.example.MyGroupName"I followed this [great] post on https://forums.developer.apple.com/message/75928#75928 to debug the issue and found the following: <key>ApplicationIdentifierPrefix</key> <array> <string>SomeIdentifier1</string> </array>Of my mobileprovision.Whereas my extension expects the Team ID.How do I correct one of these so they both are using the same access group?
Posted
by adamc_at.
Last updated
.
Post not yet marked as solved
0 Replies
404 Views
We've implemented SIWA in our app and are authenticating the user in our back end service. It works correctly almost all of the time, but sporadically (a handful of requests each hour), the call to https://appleid.apple.com/auth/token returns us a 404. We've tried to replicate this with invalid IDs, invalid tokens etc. to no avail. Does anyone know under what circumstance this call would return a 404?
Posted
by adamc_at.
Last updated
.