-
Notifications
You must be signed in to change notification settings - Fork 0
iOS library for AdDash functions in mobile apps.
btrzupek/addash-mobile-ios
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thanks for trying out AdDash. Here is how to get started. (1) Go to http://www.adDash.co/join-addash.php (2) Create an account and confirm it in the activation email. (3) Login to your account and get your (a) your Unique Application Identifier and (b) your Application PrivateKey. (4) Import the AdDash Framework folder into your project. (5) Instantiate AdDash in your AppDelegate (or anywhere else you like) as described below. Once you have an AdDash account you will need to login to the portal and copy and paste both your Advertiser Identifier and your Application Private Key into the objective-c initializer for AdDash in your app. That looks something like this: [AdDashDelegate setAdvertiserIdentifier:@"paste id here" andPrivateKey:@"paste key here"]; The above code will allow your App to participate in full application lifecycle event tracking. If that is all you are here for, you are done! If not, continue on soldier... To enable App promotion (running ads for your own apps) you will need to tell AdDash to turn that on in your app. You can do that as follows: [AdDashDelegate setDisplayAds:YES]; [AdDashDelegate setupInParentView:viewController.view withPlacement:kAdLocationViewTop]; (6) Rock on.
About
iOS library for AdDash functions in mobile apps.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published