2.0.0 • Published 4 months ago

react-native-madservices v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

react-native-mAdServices

npm version

获取iOS下的自归因数据与token

安装

npm i react-native-madservices -E
cd ios
pod install

接口

/**
 * 获取自归因数据 Token(AdServices)
 * 此token需要到 https://api-adservices.apple.com/api/v1/ 换取归因数据
 * code: 0 未知错误或系统版本不支持,1 成功,-1 Apple接口返回错误
 * iOS only
 */
static getAttributionToken(): Promise<IGetAttributionToken>

License

MIT