Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Instance Methods | List of all members
<ABKSdkAuthenticationDelegate> Protocol Referenceabstract

Instance Methods

(void) - handleSdkAuthenticationError:
 

Method Documentation

- (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.

Parameters
authErrorThe SDK Authentication error returned by the server