5. Configure SDK Initialization Wizard
By default TyrAds SDK before open any offers page show initialization wizard, where user could read and accept TyrAds Privacy Policy, give acess to usege stats permit (only on Android) and provide information about age and gender. You able to disable presentation of the privacy policy and usege stats permit pages.
To do that follow next steps:
Navigate to TyrSDK > TyrSDK Settings to access the TyrSDK Settings panel.
Switch to Settings tab.
Switch toggles for 'Show Privacy Policy Page' and 'Show Usage Stats Permit Page'.
The same Settings tab also has a Log Level field (flags-based: Verbose, Debug, Info, Warning, Error)
controlling which SDK log messages are written to the console, and an Iframe Settings section exposing the same Screen Orientation Preference described above as an editor-configurable default.
Note that calling Init(initConfig) from code always supersedes this default at runtime — if you don't pass a ScreenOrientationPreference to InitConfig,
it resets to "auto" rather than falling back to the Editor value, the same way code-based credentials override Editor-configured ones.

Last updated