Menu

WeChat mini program support

Introduction

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.

Prerequisites

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.

TopOn API

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 platform

Support landing page to launch WeChat mini program.

Advertising platformnetwork platform supported version
(Supported by versions equal to or higher than the following)
Other instructions
Kuaishou3.3.26You need to give the APPID of the WeChat applet to Kuaishou's operations or business personnel for configuration.
Mintegral7.1.8The code needs to be called to set the WeChat applet APPID before the ad is loaded.
PangleHistorical versions are already supportedSupport WeChat mini program/mini game jump access solution
GDT(Tencent)Historical version has been supportedNo 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
Sigmob4.5.0No code is required to pass in the WeChat APPID.
Baidu4.892Before loading the ad, you need to call the code to set the WeChat applet APPID.
ADX6.1.50You need to call the code to set the WeChat applet APPID before the ad is loaded.


Previous
Custom advanced configuration
Next
Admob content mapping feature
Last modified: 2025-07-28Powered by