install game method
The InstallGame method is part of the PlayBuild library and is essential for triggering the ad networks to open the app store and prompt users to download your game.
How to Implement the InstallGame Method
Ensure the Library is Added
First, make sure that you have added the PlayBuildLibrary.ts file to your asset folder. This file contains the necessary functionality for the plugin.Import the Library
To use the InstallGame method, import the PlayBuild library into your code. You can do this with the following line:
import Playable from "./PlayBuildLibrary";
Use the InstallGame Method
Once the library is imported, you can trigger the method by calling:
Playable.InstallGame();
This will prompt the ad network to open the store where users can download your game.
Hire playable developer
Tagged Documentation