-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How use facebook Deferred App Link Data android? #611
Comments
Hi @pavel-zlotarenchuk , the deep link testing tool can also send deferred link, have you tried that? |
Hi @KylinChang |
Hi @pavel-zlotarenchuk , thanks for the information. Generally speaking, deferred link should also work if notification works for you. It would be better if you can also provide your app ID. You can send your app ID to my email [email protected]. |
@KylinChang I wrote to you in the mail |
@KylinChang Hi, what can you say? |
Got the same problem. Any news? |
@EAdemov Hi |
Got the same problem |
Same issue! +1 |
@KylinChang Any news? |
@KylinChang I wrote you email too, got the same issue, pls help us solve this problem |
I create issue on FB FAQ |
@KylinChang Any news? |
One Facebook developer account, Android Studio:
Is it possible that a non-working Facebook SDK is downloaded from the repository? |
@KylinChang Any news? |
My attempts to use several of my devices (ZTE, Xioami, Huawei) and my research of application usage data from users have shown that the problem is not present everywhere. So far I have localized the problem with my Facebook account. I'm not sure that all users of my application are getting the deferred deep links |
Same issue... @KylinChang Any updates? |
I am facing same issue. any update? is it solved? |
I facing the same issue. any update? |
1 similar comment
I facing the same issue. any update? |
@madkinadm Did you solve this problem |
I observe that the users of my application have no problem. I conclude that there is a problem with my Facebook developer account. |
W/MDCLAN_FCH: Failed to find class in boot class loader (may not be fatal): descriptor=Lcom/xx/xx |
@pavel-zlotarenchuk |
for me both |
I solved the problem, when you need to log out and log in to Facebook before testing, but I don't know why |
@creativityingenuity can you please explain? |
@hamoudchohan You need to log out of your Facebook account on your phone, then log in, and then send a deep link, so fetchDeferredAppLinkData is not null |
@juanimoli For testing I'm tapping on FB deeplink notification and once redirected to Play Store I install my debug apk to see all the info when fetching data. Is this the expected way to be tested? |
Be careful about this. FB configuration makes you put the app ID of the application. If your app changes your app ID depending on the selected build type, then you won't be able to use it. Regarding of versions, I'm using latest FB SDK version, but just app-links dependency, not the whole SDK. As far as I know, the issue was in registration of devices, not with SDK itself. Try to do the steps I mentioned with any SDK version and it should work. |
@prcGit have you checked your hash key? |
thanks @juanimoli , @ab180-wontakkim the issue was that I was not configuring the deferred deeplink in FB ads-helper tool properly... now working 👍 |
I am still facing this issue, I tried re-installing the fb app a couple of times, my fbsdk is latest. Any ideas how I can fix it? |
This would works for me
|
Faced with the same issue. Deferred deep links worked fine with Ads Helper, but AppLink data was null from test ads (campaign was published but stopped). In our case reseting of advertisement id helped us. Thanks to @juanimoli |
you can reset your adv. id from Google's settings from phone: https://www.groundtruth.com/reset-advertising-device-id/#:~:text=To%20reset%20your%20Advertising%20Identifier%20on%20macOS%2C%20choose%20Apple%20menu,the%20Reset%20Advertising%20Identifier%20button. |
I'm facing the same issue. My code
Someone found any solution or what is the problem? |
I don't really know if they see these issues, you should try FB bug reporting platform: https://developers.facebook.com/support/bugs |
@juanimoli I'll try, thank you |
Hi,
} |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
Hi, facing the same issue. The app opens but the appLinkData is always null. |
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Any news about this? appLinkData is always null using fetchDeferredAppLinkData. Analysing the code, it seems that Graph made an api Request but the response is |
Can anyone help please? appLinkData is ALWAYS null. |
Still facing same issue getting null |
same issue am also facing |
Reviewed By: mingcaozhang Differential Revision: D40125158 fbshipit-source-id: 58e7d605b63f24d0e8c35abb046d0ebae2edf9ae
Is this problem solved? I am using version 17.0.2 and it still doesn't work. |
@AntonioShare I also struggled a lot but after using the SDK version 17.0.0 it started working for me. |
I found that I can use the official advertising test to be effective |
I need use Deferred app deeplink in my Android app, but in next code i get appLinkData = null
If I use Notification all work (Using the DEEP LINK TESTING TOOL) But me need exactly Deferred deeplink
I read:
https://developers.facebook.com/docs/app-ads/deep-linking https://developer.android.com/training/app-links/deep-linking
but this not help me
My Manifest
My SplashActivity
The text was updated successfully, but these errors were encountered: