'How can I set up Firebase without IDFA collection using direct SDK download?
I have Firebase set up in my iOS app. I don't use CocoaPods, so I integrate using the direct download of the framework zip file, as described here.
On their Configure Analytics Data Collection page, they say you can disable IDFA collection either by not including the AdSupport framework in your app or using pod 'Firebase/AnalyticsWithoutAdIdSupport'
in a Pod file. I need AdSupport in my app for reasons independent of Firebase. How can I achieve pod 'Firebase/AnalyticsWithoutAdIdSupport'
using the direct SDK download zip?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|