You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// try! used for example purposes only
letverifier=try!SignedDataVerifier(rootCertificates: appleRootCAs, bundleId: bundleId, appAppleId:nil, environment: environment, enableOnlineChecks: enableOnlineChecks)
This code works fine in the sandbox environment, but not in the production environment.
Because SignedDataVerifier is checked appAppleId in production environment.
WHY
app-store-server-library-swift/Sources/AppStoreServerLibrary/SignedDataVerifier.swift
Lines 73 to 74 in 8fb4668
How
What do you think? I would be happy to receive your comments.
Thanks!
The text was updated successfully, but these errors were encountered: