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
case tokenNotFound ="The bundle verification failed because no token for the bundle was found."
16
+
case tokenInvalid ="The bundle verification failed because the token is invalid."
17
+
case tokenDecodingFailed ="The bundle verification failed because the token could not be decoded."
18
+
case tokenVerificationFailed ="The bundle verification failed because token verification was unsuccessful. This might mean the token has been tampered with."
19
+
case publicKeyNotFound ="The bundle verification failed because PublicKey was not found in the bundle. Make sure you've added the PublicKey to the Info.plist under RepackPublicKey key."
20
+
case publicKeyInvalid ="The bundle verification failed because the PublicKey is invalid."
21
+
case publicKeyNotFound ="The bundle verification failed because the bundle hash is invalid."
failureReason ="The bundle verification failed because PublicKey was not found in the bundle. Make sure you've added the PublicKey to the Info.plist under RepackPublicKey key."
0 commit comments