My app was just rejected for using the Ad support framework. Which library is responsible?

后端 未结 9 1727
予麋鹿
予麋鹿 2020-11-28 01:26

This was simply an update that didn\'t change anything to do with the rejection reason. Here is the response from the resolution center:

Reasons Pro

9条回答
  •  無奈伤痛
    2020-11-28 02:12

    My app was also rejected with the same error! I found an occurrence of advertisingIdentifier in the latest Facebook SDK (3.12). Maybe you can check your library's for an occurence with the method below:

    I opened the FacebookSDK.framework as a library in the terminal and typed the following command

    otool -v -s __TEXT __objc_methname FacebookSDK | grep advertisingIdentifier

    But I don't know what to do. Was my app rejected because of this reference? If yes what to do if I want to use facebook functionalities in my app?

提交回复
热议问题