app rejected because of advertisingIdentifier in Facebook SDK and Flurry SDK

后端 未结 4 587
Happy的楠姐
Happy的楠姐 2020-11-30 01:04

My app was rejected because of advertisingIdentifier in Facebook sdk and Flurry SDK ! I found an occurrence of advertisingIdentifier in the latest

4条回答
  •  [愿得一人]
    2020-11-30 01:26

    You must delete Facebook-SDK as a bundle version on your project folder and then create a cocoapods and connect last version of these;

     pod 'FBSDKCoreKit'
     pod 'FBSDKShareKit'
     pod 'FBSDKLoginKit'
    

提交回复
热议问题