Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2193] Facebook: Added support for deferred app links

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2016-04-26T12:22:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.4.0
ComponentsFacebook
Labelsqe-5.4.0
ReporterFlavio De Stefano
AssigneeHans Knöchel
Created2016-01-21T11:08:49.000+0000
Updated2016-08-01T22:19:03.000+0000

Description

https://github.com/appcelerator-modules/ti.facebook/pull/39 Facebook docs: https://developers.facebook.com/docs/app-ads/deep-linking

Comments

  1. Jebun Naher 2016-01-24

    Hello, Deferred deep linking is a term used to describe one aspect of mobile deep linking is the process of deep linking but when the end user does not have the app installed and must install the app in order to access the in-app content. This can be added as a new feature. Thanks.
  2. Hans Knöchel 2016-04-26

    Pushing to a later release for now, since the comments could not be addressed in the 5.4.0 timeframe. Anyway, as soon as they are addressed, we can merge it and publish a new standalone ti.facebook release including the change. Thanks!
  3. Flavio De Stefano 2016-04-26

    @hansknoechel what's missing?
  4. Hans Knöchel 2016-04-26

    The branch has merge problems (https://github.com/appcelerator-modules/ti.facebook/pull/39) so you would probably just need to pull from latest master to resolve them. And you talked about a crash occurring, was that resolved? *EDIT*: Oh, the NSURL made problems, you fixed it correctly! We still have this week to get it in, so it's all good! Just wanted to prepare for the case we won't make it. Thanks!
  5. Hans Knöchel 2016-04-26

    Demo:
       var fb = require('facebook');
       fb.fetchDeferredAppLink(function(e) {
           if (e.success) {
               // Dispatch internal routes
           }
       });
       
  6. Harry Bryant 2016-07-27

    [~hansknoechel] Ran this test code and couldn't find anything returned, what should I be expecting from this test case?
  7. Harry Bryant 2016-08-01

    Verified as fixed, Note that it may take a while for Deferred App Link requests to show in the Analytics Dashboard of your Facebook App. Tested On: iPhone 6S (9.3.3) Device Nexus 6P (6.0.1) Device Mac OSX El Capitan 10.11.5 Facebook Module (5.2.0) Ti SDK: 5.4.0.v20160801022303 Appc Studio: 4.7.0.201607111053 Appc NPM: 4.2.7 App CLI: 5.4.0-37 Xcode 7.3 Node v4.4.7 *Closing ticket.*

JSON Source