Manual integration
Note: We strongly recommend using CocoaPods instead of manual integration for quick and convenient access to the latest changes in our SDK.
This documentation is created for manual integration of BidMachine version ~> 3.0.0.
Follow these steps to add the BidMachine SDK to your project:
-
Download the Necessary Frameworks:
-
Add BidMachine SDKs:
- Unzip all the downloaded frameworks and add each (static or dynamic) .xcframework to your project.
-
Add Additional SDKs:
- For successful manual integration of our SDK, you need to add the following system frameworks:
- AdSupport.framework
- CoreTelephony.framework
- MobileCoreServices.framework
- SystemConfiguration.framework
- For successful manual integration of our SDK, you need to add the following system frameworks:
-
Add Linker Flags:
- Add the following linker flag to the build settings at:
Target -> Build Settings -> Linking -> Other Linker Flags:
-ObjC
- Add the following linker flag to the build settings at:
-
If you use libraries as static than make OMSDK_Appodeal.xcframework embed&sign
Updated 10 days ago