Facebook Ads deep linking

Hi everyone,

Recently I published my first game with Defold on iOS app store. Now I want to promote my game on Facebook with ads. My game has Facebook extension and analytics is bound so I can get installs and events. However in order to optimize my ads spending based on app installs Facebook requires me to add deep linking.

Here is the error message text: In order to receive a deep link after install, your app needs to call [FBSDKAppLinkUtility fetchDeferredAppLink:] in the Facebook SDK method when starting up.

As far as I know there is nothing I can do on my game code to fix this error, right ? Either I will add my own Facebook extension or it should be added to core ? And is there any plan to add it to core ?

And does anyone have any solution to install optimised Facebook ads ?