Install SDK
1. Introduction
2. SDK Integration
$ flutter pub add my_chips_flutter_sdkimport 'package:my_chips_flutter_sdk/my_chips_flutter_sdk.dar3. Initializating the SDK
//replace "YOUR_API_KEY"
await MCOfferwallSdk.instance.init("YOUR_API_KEY");3.1 (Mandatory) – Set Google Advertising ID (Android) and Identifier for Advertisers (iOS)
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. Display the Offerwall
Last updated