Instance Methods | |
(void) | - handleSdkAuthenticationError: |
- (void) handleSdkAuthenticationError: | (ABKSdkAuthenticationError *) | authError |
This method is fired when an SDK Authentication error is returned by the server, for example, if the signature is expired or invalid.
You are responsible for providing the Braze SDK a valid signature when this delegate method is called. SDK requests will retry periodically using an exponential backoff approach. After 50 consecutive failed attempts, retries will be paused until the next session start.
authError | The SDK Authentication error returned by the server |