Refers to an advertisement that jumps to a WeChat mini program/mini game after a user clicks on it, WeChat Open the mini program/mini game, and subsequent behavior transformation occurs within WeChat.
Developers need to access WeChat’s Open SDK. If not, please install the WeChat development platform first iOS Access Guide for integration.
pod 'WechatOpenSDK-XCFramework'
⚠️Note: There are multiple versions of WeChat Open SDK. Developers are asked to follow their own circumstances and choose the version they need.
SDK version: 6.1.50 and later
Call the following API to set up before initializing the SDK.
[[ATAPI sharedInstance] setWeChatAppID:@"appid" universalLink:@"https://test.com/sdkSample/"];
Support landing page to launch WeChat mini program.
Advertising platform | network platform supported version (Supported by versions equal to or higher than the following) | Other instructions |
---|---|---|
Kuaishou | 3.3.26 | You need to give the APPID of the WeChat applet to Kuaishou's operations or business personnel for configuration. |
Mintegral | 7.1.8 | The code needs to be called to set the WeChat applet APPID before the ad is loaded. |
Pangle | Historical versions are already supported | Support WeChat mini program/mini game jump access solution |
GDT(Tencent) | Historical version has been supported | No need The code is passed into the WeChat APPID and needs to be filled in in the Tencent backend. iOS supports WeChat ecological budget advertising jump access solution |
Sigmob | 4.5.0 | No code is required to pass in the WeChat APPID. |
Baidu | 4.892 | Before loading the ad, you need to call the code to set the WeChat applet APPID. |
ADX | 6.1.50 | You need to call the code to set the WeChat applet APPID before the ad is loaded. |