Getting started
This guide will walk you through the steps to integrate the bidapp SDK into your Unity project, enabling you to monetize your applications with ads effectively.
Last updated
Was this helpful?
This guide will walk you through the steps to integrate the bidapp SDK into your Unity project, enabling you to monetize your applications with ads effectively.
Last updated
Was this helpful?
To integrate the Bidapp Unity plugin you need to take the following step:
1. Navigate to Github Unity plugin releases page and download the latest Bidapp.unitypackage 2. In Unity, select Assets > Import Package > Custom Package… 3. Choose the Unity Plugin file you downloaded. 4. In the Import Unity Package dialog, click Import
The plugin requires Unity 2022.x.x or later.
Navigate to Bidapp Dashboard and under Profile page you will find your Publisher ID
Initialize the SDK and set the SDK delegate to receive events in the Start()
method of your class by the following code:
Uncomment the "//BidappBinding.Instance.SetLogging(true);
" code to enable debug logs.
Uncomment the "//BidappBinding.Instance.setTestMode(true);
" code to enable test mode.
Pay attention to the pubid string obtained earlier at Get the pubid string of this instruction.