如何在本机反应中获取IDFA和ADID?

时间:2019-02-08 03:04:27

标签: javascript android ios react-native

我想在Android上获得ADID,在IOS上获得IDFA,如何在react native上做到这一点? 我使用这个名为 react-native-idfa 的库,但该库始终对IDFA说未定义

1 个答案:

答案 0 :(得分:0)

我们遇到了同样的问题。确保您的iAd.framework已链接到Xcode->“构建阶段”:

enter image description here

他们确实在github https://github.com/FreebirdRides/react-native-idfa#podfile

上提到了这一点

在“将二进制文件与库链接”下添加AdSupport.framework:

enter image description here

如果您要使用我们的,我们会分叉react-native-idfa:

https://github.com/FreebirdRides/react-native-idfa

尤其是此提交:

https://github.com/FreebirdRides/react-native-idfa/commit/9c6992a53dd109bed41e8c8300906a71e6068043