Skip to main content

Luna API

Message

You are not using the Playable Plugin API call which are required for some ad networks.

Explanation

Some ad network require to have API calls, else they will reject your playable. Such as GameEnded() API call. To make it easier for the developer, Playable Plugin has integrated all the calls from each ad network into a single API call.

Steps to fix

Please implement the required API calls: Luna.Unity.LifeCycle.GameEnded();, more information here. And Luna.Unity.Playable.InstallFullGame();, more information here.