Skip to content

Commit a61e923

Browse files
committed
v1.2
1 parent 18442b6 commit a61e923

9 files changed

Lines changed: 19 additions & 13 deletions

File tree

AdTapsy/AdNetworks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AdNetworks versions supported by AdTapsy SDK
22

33
Chartboost v6.0.1
44
AdColony v2.6.0
5-
AppLovin v3.1.5
5+
AppLovin v3.1.6
66
AdMob v7.5.2
77
InMobi v5.0.2
88
RevMob v9.0.4

AdTapsy/AdNetworks/AppLovin-iOS-SDK/headers/ALAdDisplayDelegate.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
*
2323
* This method is invoked on the main UI thread.
2424
*
25-
* @param ad Ad that was just displayed. Will not return nil.
26-
* @param view Ad view in which the ad was displayed. Will not return nil.
25+
* @param ad Ad that was just displayed. Will not be nil.
26+
* @param view Ad view in which the ad was displayed. Will not be nil.
2727
*/
2828
-(void) ad: (alnonnull ALAd *) ad wasDisplayedIn: (alnonnull UIView *) view;
2929

3030
/**
31-
* This method is invoked when the ad is hidden from in the view. This occurs
32-
* when the ad is rotated or when it is explicitly closed.
33-
*
31+
* This method is invoked when the ad is hidden from in the view.
32+
* This occurs when the user "X's" out of an interstitial, or when a banner rotates.
33+
*
3434
* This method is invoked on the main UI thread.
3535
*
36-
* @param ad Ad that was just hidden. Will not return nil.
37-
* @param view Ad view in which the ad was hidden. Will not return nil.
36+
* @param ad Ad that was just hidden. Will not be nil.
37+
* @param view Ad view in which the ad was hidden. Will not be nil.
3838
*/
3939
-(void) ad: (alnonnull ALAd *) ad wasHiddenIn: (alnonnull UIView *) view;
4040

@@ -43,8 +43,8 @@
4343
*
4444
* This method is invoked on the main UI thread.
4545
*
46-
* @param ad Ad that was just clicked. Will not return nil.
47-
* @param view Ad view in which the ad was hidden. Will not return nil.
46+
* @param ad Ad that was just clicked. Will not be nil.
47+
* @param view Ad view in which the ad was hidden. Will not be nil.
4848
*/
4949
-(void) ad: (alnonnull ALAd *) ad wasClickedIn: (alnonnull UIView *) view;
5050

AdTapsy/AdNetworks/AppLovin-iOS-SDK/headers/ALAdLoadDelegate.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*
2424
* This method is invoked on the main UI thread.
2525
*
26-
* @param adService AdService which loaded the ad. Will not return nil.
27-
* @param ad Ad that was loaded. Will not return nil.
26+
* @param adService AdService which loaded the ad. Will not be nil.
27+
* @param ad Ad that was loaded. Will not be nil.
2828
*/
2929
-(void) adService: (alnonnull ALAdService *) adService didLoadAd: (alnonnull ALAd *) ad;
3030

@@ -33,7 +33,7 @@
3333
*
3434
* This method is invoked on the main UI thread.
3535
*
36-
* @param adService AdService which failed to load an ad. Will not return nil.
36+
* @param adService AdService which failed to load an ad. Will not be nil.
3737
* @param code An error code corresponding with a constant defined in <code>ALErrorCodes.h</code>.
3838
*/
3939
-(void) adService: (alnonnull ALAdService *) adService didFailToLoadAdWithError: (int) code;
1.48 MB
Binary file not shown.

AdTapsy/AdTapsy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
-(BOOL) isTestModeEnabled;
166166
-(NSArray*) testDevices;
167167
-(NSString*) showRequestZone;
168+
-(BOOL) isForChildren;
168169

169170

170171
+(void) setDelegate: (id<AdTapsyDelegate>) delegate;

AdTapsy/Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
AdTapsy SDK Changelog
2+
v1.2
3+
- Added rewarded video support for Vungle
4+
- Updated Applovin v3.1.6
5+
- Added COPPA support
6+
27
v1.1.1
38
- Fixed build warnings in XCode 7
49

AdTapsy/libAdTapsy_device.a

8.7 KB
Binary file not shown.

AdTapsy/libAdTapsy_simulator.a

6.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)