Search code examples
iosfirebasetracking

Does Firebase support AdServices.framework?


We want to track Apple Ad Search campaigns (installations and post install actions) using Firebase/Google Analytics. Prior iOS 14.5, we just needed to add the iAd.framework. But after iOS 14.5, Apple says that we need to use the new AdServices.framework. Does anybody know if Firebase supports this framework? We understand that with this framework is not necessary to ask for the users permission to track basic campaigns like Apple Ad Search, but maybe we are wrong...


Solution

  • Version 10.6.0 added support for Apple AdServices to measure Apple Search Ads campaign when the framework is integrated.

    Ref: https://github.com/firebase/firebase-ios-sdk/issues/7860