Set Up Facebook App Events for Mobile App Install Ads

Hi Thunkable community,

First of all, I am NOT TRYING TO RUN FACEBOOK MONETIZATION.

My Issue: I am unable to Set up app event when I am trying to run Facebook Mobile App Install Ads. Facebook want us to update the Facebook SDK,

Update Your Podfile in CocoaPods:

Find your Podfile and add this code:
pod 'FacebookSDK'

If the following SDKs are listed in your Podfile, be sure to remove them.

pod ‘FBSDKCoreKit’
pod ‘FBSDKLoginKit’
pod ‘FBSDKShareKit’
pod ‘FBSDKPlacesKit’
pod ‘FBSDKMessengerShareKit’

Then run pod install or pod install --repo-update

Build and Run Your Project

Verify Your SDK Update


Now, I am unable to run any mobile app install campaign because my Facebook SDK is not setup correctly. This seems something very much valuable and you guys must have something for that. Please share any solution for that as I don’t found any solution whereas some people raised the same issue before but your team is keeps saying that we only support Admob. But in this case, we don’t want to run monetization we just want to ad facebook sdk for tracking purposes so we can run ads from Facebook which help us get more app installs.