Skip to content

logansease/STAStaticStartAppAd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

this is a helper subclass for the Start App ad platform.
I wrote this to have a simple way to handle showing ads through a static method like most ad platforms allow. 
Unfortunately StartApps developers thought this was too difficult to do, so I have implemented it for them.

Now in your app delegate, initialize interstitial ads with

[STAStaticStartAppAd setupWithAppId:@“appId” andDevId:@“devId”];

and show ads where ever you like with

[STAStaticStartAppAd showAd];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published