[AC-6200] Facebook : iOS Deferred app links error : fetchDeferredAppLink
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2019-04-22T22:28:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | n/a |
Reporter | Martyn Joyce |
Assignee | Shak Hossain |
Created | 2019-04-05T09:26:22.000+0000 |
Updated | 2019-04-22T22:28:41.000+0000 |
Description
I am attempting to incorporate Facebook deferred deep links.
Test deferred deep links can be sent from facebook via: https://developers.facebook.com/tools/app-ads-helper
Alloy.JS
------------
Alloy.Globals.Facebook = require('facebook');
Alloy.Globals.Facebook.initialize(5000);
Alloy.Globals.Facebook.fetchDeferredAppLink(function(e) {
console.log("caught fb deferred link")
console.log(JSON.stringify(e));
});
When this runs I get the error:
{"error":"An error occurred. Please try again.","success":false}
This works fine on Android and i receive:
{"success":true,"url":"myapp://?offerId=80"}
Thanks
Hello, Can you share a standalone sample project that demonstrates the issue? Please share the list of steps to follow for successful registration. Thanks.
Hello, We haven't heard back from you since our last response. I am just following up to check the status of this case and if you need further help on it. Thanks