AppActor.instance.
Use the singleton
Configure rules
- configure once as part of app startup
- pass either one key or platform-specific keys
- use
optionsfor wrapper-level behavior such as log level
Use platform-specific keys
UseAppActorPlatformKeys when your AppActor project has separate iOS and Android apps.
Identity methods
logIn(appUserId)logOut()getAppUserId()getIsAnonymous()reset()sdkVersion()setLogLevel(...)
Platform startup helpers
- register
enableSearchAdsTracking()before wrapper configure on iOS if you want Apple Ads tracking enabled during startup - call
enableInstallReferrer()after configure on Android
SDK logs
The package also exposesonSdkLog, which is useful when debugging bridge-level behavior without stepping into native code immediately.