3.2.0 • Published 2 years ago

react-native-mother v3.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

react-native-mother

npm version

安装

$ npm install react-native-mother -E

配置

iOS

IDFA

如果需要调用getIDFA接口获取信息,则需要在info.plist中添加以下权限申请,如果不添加直接调用方法则会出现闪退

<key>NSUserTrackingUsageDescription</key>
<string>请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备、第三方广告、并保障服务安全与提示浏览体验</string>

返回空字符串一般就是用户没有打开广告跟踪

使用

import * as mOther from 'react-native-mother';

// TODO: What to do with the module?
3.2.0

2 years ago

3.1.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.7

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago