TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Commercial |
ReleasedLast Release | Feb 2020 |
Maintained by Admin MNG Ads, Hussein Dimessi, Mohamed Sghaier Ben Salem, Yecine Dhouib, Trimech Hsan.
[TOC]
Thanks for taking a look at mngAds! We take pride in having an easy-to-use, flexible monetization solution.
You can find integration documentation on our wiki and additional help documentation on our developer help site.
for versions under v2.7 installing the sdk require git lfs.
$ git lfs install —force
For more about installing git LFS go to:
https://git-lfs.github.com
The MngAds SDK is available through Cocoapods, a popular dependency management system for Objective-C projects.
To download and incorporate the MngAds SDK into your project using Cocoapods, add the following line to your project's podfile:
pod "MNGAds"
Or:
pod "MNGAds/MNGAdsFull"
After running pod install
(if you’re setting up Cocoapods for the first time) or pod update
(if you’re adding MNGAds to an existing Cocoapods project), it will be ready to use the base MngAds SDK. »
Library not found for -lMNGAds
Header not found for ...
You have to check if:
contains the value $(inherited)
App Transport Security improves privacy and data integrity by ensuring your app’s network connections employ only industry-standard protocols and ciphers without known weaknesses. This helps instill user trust that your app does not accidentally leak transmitted data to malicious parties.
MNGAds SDK (with Mediation) are now ATS-compliant, but a small percentage of creatives (near to zero) not directly hosted on our platform are not.
If you must make an exception for a reason, we recommend that you minimize it by only setting the NSAllowsArbitraryLoadsInWebContent and NSAllowsArbitraryLoadsForMedia keys,
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoadsForMedia</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
On December 21st, Apple announced that they have extended the ATS deadline. Previously, the deadline was January 1, 2017. The new deadline has not yet been announced. Set up the following keys in your app’s info.plist:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
To add specifics adNetwork.
pod "MNGAds",:subspecs => ["AppsFire","Facebook","DFP","SmartAdServer","Amazon","Flurry","B4S"]
Get Ebeacon technology to propose to the advertisers to target the users inside the point of sale. An installation base of 12,500 ebeacons ready to track the users.
pod "MNGAds",:subspecs => ["MNGAdsFull", "B4S"]
available v2.6
pod 'umooveV2framework', :git => 'https://[email protected]/umoove/umooveV2framework.git', :branch =>'master'
or manually:
Keep in mind that in order to track the user's face, the app will require the use of the device's camera , so dont forget to include NSCameraUsageDescription in your info.plist.