Install SDK
1. Introduction
2. SDK Integration
import MyChipsSdk3. Initializating the SDK
//replace "YOUR_API_KEY"
MCOfferwallSDK.shared.configure(apiKey: apiKey, userId: userId)3.1 (Mandatory) Set Identifier for Advertisers
MCOfferwallSDK.shared.setIdfa(idfa: "YOUR_IDFA")3.2 (Optional) Set userId if you have your own unique id
3.3 (Optional) Set User Age
3.4 (Optional) Set User Gender
3.5 (Optional) Set custom parameters (aff_sub1–aff_sub5 )
aff_sub1–aff_sub5 )4. Displaying the Offerwall
Last updated