Overview
There may be cases where you must add additional options when initializing the FairBid SDK.
Below are some examples:
FairBid.ConfigureForAppId("your_app_id") .EnableLogs() .DisableAutoRequesting()
.DisableAdvertisingId().Start();
Note
Value of App ID
In the initialization code above, you must replace the your_app_id value with the your App ID . This value is passed as a string.
The Fyber App ID can be found in the App Management dashboard.