1

I followed AppLovin sdk integration guide from here: https://www.applovin.com/integration

Code:

[ALSdk initializeSdk];
[ALInterstitialAd showOver:viewController.view.window];

Not getting this part of Doc: enter image description here

Andrew
  • 3,874
  • 5
  • 39
  • 67
Guru
  • 21,652
  • 10
  • 63
  • 102

1 Answers1

1

Its working now. All that we need to do is add right bundle id and AppLovinSDKKey in info.plist

enter image description here

Guru
  • 21,652
  • 10
  • 63
  • 102