1. Home
  2. SDK iOS
  3. Initialization

Initialization

The SDK must be configured with secret key before starting BearSDK usage.

try? BearSDK.set(secretKey: "")

You have to call the BearSDK.set(secretKey: "") method using a secret key as parameter. You can check the sample app and use its secret key during your development cycle. However you have to use your own secret key before submitting your application to production (this secret key will be provided by BEAR).

Was this article helpful to you? Yes No

How can we help?