iOS Integration Checklist
The following is a checklist of integration tests that need to be completed to verify that the integration is working as intended, as applicable:
- Update the Fairmatic SDK keys on the new build.
- Verify if the SDK is initialized at application startup (if the user is already logged in).
- Verify if the SDK is initialized at user login and signup.
- Verify if you received the success callback from SDK initialization.
- Ensure that SDK initialization failures are handled correctly - a simple setup retry logic should be added, and an error should be displayed to the user in case the setup never succeeds, even after a few retries.
- Use
Fairmatic.getSettings()
to get a list of errors on theapplicationDidBecomeActive
callback and fix errors if present.