bee*_*han 7 dart facebook-sdk-4.0 flutter flutter-plugin ios14
Reading through the Facebook App Events Documentation and general iOS 14 guidelines, it looks like we need to check for ask users for consent for Advertiser tracking any time information is sent to Facebook.
I don't see an API endpoint for the facebook_app_events plugin to use the suggested "setAdvertiserTrackingEnabled" field. Since I'm only using the analytics/app events, is this endpoint required for iOS 14 compliance?
If so, then should I address this with the plugin creator?
使用相同的插件,您可以添加此代码来设置跟踪
facebookAppEvents.setAdvertiserTracking(enabled: true);//or false based on users selection
Run Code Online (Sandbox Code Playgroud)
是的,根据源代码上写的评论,它似乎是 ios14 合规性所必需的。
/// 设置 iOS 广告跟踪的广告跟踪属性 /// iOS 14+ 功能,android 应该返回成功。
| 归档时间: |
|
| 查看次数: |
399 次 |
| 最近记录: |