flutter_facebook_app_events icon indicating copy to clipboard operation
flutter_facebook_app_events copied to clipboard

added connection of AppDelegate & sdk

Open Techblogogy opened this issue 2 years ago • 2 comments

This might be a "controversial change", but I've encountered an issue on my end, maybe someone else encountered something similar.

In "Facebook Events Manager" for my project, I needed to "configure app Events for SKAdNetwork" on iOS side of things.

image

Before you can do it, you have to go through verification procedure, where they send you a notification to a facebook app on your phone, which then opens up you app.

When running this verification, it kept failing, right until a moment I've introduced changes suggested in this PR.

Maybe my solution was just a fluke, but it helped me, so I've decided to submit it for review, just in case somebody else encounters something similar.

Techblogogy avatar May 20 '22 15:05 Techblogogy

@DennisAlund thanks for great work. Could you check this pull request? Facebook force this update to track app events without Add Tracking Permission.

ibrahimdevs avatar Aug 12 '22 08:08 ibrahimdevs

Confirmed that this fix worked for us too.

Before this patch:

  • The "Verify your app's deep link" flow in Facebook Events Manager successfully opened the app, but did not complete the verification.

After this patch:

  • We were able to complete the deep link verification flow successfully.

Thank you @Techblogogy!

ndahlquist avatar Aug 23 '22 00:08 ndahlquist

Will it take time to merge this PR?

bhavik-multipl avatar Sep 15 '22 05:09 bhavik-multipl