You must Initialize SDK with the app id before loading ads. Pangle Unity Plugin also provides a callback for sdk Initialization. You need to define a callback method with 2 parameters: (bool success, string message)
, and pass the callback to the init method.
Define the init callback
Initialize SDK with the appid, pass the callback to the init method.