How guys i am new to the tapjoy,i am trying to integrate tapjoy plugin in my game.i am connect to tapjoy server but i haven’t get ad.If anyone knows share about integration and display ads.
1 Answer
1Try looking at the Tapjoy knowledge center in the sample app.
https://knowledge.tapjoy.com/en/integration/unity-plugin#sampleproject
// FULLSCREEN AD
// Fired when GetFullScreenAd finishes succesfully loading
public static event Action getFullScreenAdSucceeded;
// Fired when GetFullScreenAd fails loading
public static event Action getFullScreenAdFailed;