iOS Question Firebase Events & Apple Search Ads

Foz

Member
Licensed User
Longtime User
I'm trying to get the Firebase events to trigger on Apple Search Ads clicks as we are missing that data in our Firebase Analytics at the moment. Doing a search brought up this page https://support.google.com/firebase/answer/6317518?hl=en and it has a section for Apple Search Ads where it states "You must add the iAd framework to the Xcode project file for your app in order to track Apple Search Ads".

Please note that there are no adverts at all in our app - we just want the event tracking.

My first thought is to just include the iAds library, but the IDE declares that it is depreciated and other people on this forum have mentioned that it causes issues when publishing.
Is there another way to include the iAd framework for this purpose?
 

Foz

Member
Licensed User
Longtime User
Thanks Erel!

Edit: just to confirm, just this line is all you need for Firebase Analytics to work correctly - no other changes are needed
 
Last edited:
Upvote 0
Top