Hi ALL!!
So, i want to integrate AppLovin in my app and i've done all what they have written in their tutorial. But when my app should show the AppLovin ad, nothing happens!??
here's what i got in my app:
1. Frameworks: http://s28.postimg.org/n3ladjaz1/Screen_Shot_2015_02_20_at_19_42_29.png
2. The header folder: http://s21.postimg.org/93knp9gs7/Screen_Shot_2015_02_20_at_19_43_56.png
3. In AppDelegate.h:
4. In AppDelegate.m:
5. Added the SdkKey: http://s18.postimg.org/ag8loe5yx/Screen_Shot_2015_02_20_at_19_43_25.png
6. In the function i'm using:
7. Added -ObjC and -all_load in other linker...
--------------------------------------------
So, i did it all...
No errors occurs during this, but nothing happens, just nothing...??
And AppLovin does not load my app, they say: Add The Sdk Into Your App.
Like if i haven't already done that!
Do u have any ideas why this happens to me?
Thanks and remember that i really appreciate help!!!!!
So, i want to integrate AppLovin in my app and i've done all what they have written in their tutorial. But when my app should show the AppLovin ad, nothing happens!??
here's what i got in my app:
1. Frameworks: http://s28.postimg.org/n3ladjaz1/Screen_Shot_2015_02_20_at_19_42_29.png
2. The header folder: http://s21.postimg.org/93knp9gs7/Screen_Shot_2015_02_20_at_19_43_56.png
3. In AppDelegate.h:
Code:
#import "ALSdk.h"
#import "ALInterstitialAd.h"
4. In AppDelegate.m:
Code:
[ALSdk initializeSdk];
5. Added the SdkKey: http://s18.postimg.org/ag8loe5yx/Screen_Shot_2015_02_20_at_19_43_25.png
6. In the function i'm using:
Code:
if([ALInterstitialAd isReadyForDisplay]){
[ALInterstitialAd show];
}
else{
// Perform fallback logic
}
7. Added -ObjC and -all_load in other linker...
--------------------------------------------
So, i did it all...
No errors occurs during this, but nothing happens, just nothing...??
And AppLovin does not load my app, they say: Add The Sdk Into Your App.
Like if i haven't already done that!
Do u have any ideas why this happens to me?
Thanks and remember that i really appreciate help!!!!!
Last edited by a moderator: