Sebagian Tidak Bisa Diaksesshare-external
Add link handling in iOS.
1

Our app has adds in FB that link to content in our App. We receive: fbxxxxx://authorize?target_url=https%3A%2F%2Fpigu.lt%2Flt%3Fid%3D60901288%26mid%3D74798338%26fbclid%3DIwAR2Ppimyu8C9xJ1LLiLsiWtg2Pm7G1h6ypakiAOvhupdAASTiyoesAqzDoQ_aem_AZmvI1T2R5pAD4GoKkRwhHSrs0zQXZ72fsK272u4eleX9ttuEqamrOPaNkdEVZcR17c

but

if ApplicationDelegate.shared.application(UIApplication.shared,
                                                  open: url,
                                                  sourceApplication: nil,
                                                  annotation: [UIApplication.OpenURLOptionsKey.annotation]) {
            return
        }

does not handle it. Am I supposed to manually parse target_url or is this a bug should fb SDK should parse it and send it to iOS as universal link or something? (tested app links with fb debug tools - I get a universal link on fb notification tap) Thank you.

Martynas
Ditanyakan sekitar setahun yang lalu
Martynas

min iOS 14+, FB SDK 16.2.1, Using Scenes delegate

27 November pukul 03.06