Requirements
- iOS
- Android
- React Native
- Web
- iOS 14.0+
- Xcode 14+
- Swift 5.7+
Package installation
- iOS
- Android
- React Native
- Web
Quick initialization
After installation, initialize the SDK with your publishable key:- iOS
- Android
- React Native
- Web
Verify installation
Test that everything is working:- iOS
- Android
- React Native
- Web
Troubleshooting
iOS: Module not found
iOS: Module not found
- Ensure you’ve run
pod installor added the Swift Package correctly - Clean build folder: Product → Clean Build Folder
- Restart Xcode
Android: Dependency resolution failed
Android: Dependency resolution failed
- Verify the maven repository URL is correct
- Check your internet connection
- Run
./gradlew --refresh-dependencies
React Native: Native module not linked
React Native: Native module not linked
- For RN CLI: Run
cd ios && pod install - For Expo: Rebuild with
npx expo prebuild --clean - Check that autolinking is working
Web: CORS errors
Web: CORS errors
- Ensure your domain is in the allowlist in Admin Portal
- Check you’re using a publishable key, not a secret key
- Verify the API key is for the correct environment
