Testing ios facebook hosted app links before release on app store -
my iphone app has mobile content. using facebook app link hosts (https://graph.facebook.com/app/app_link_hosts) create canonical urls shared on facebook. body hosting request is:
"access_token=<app_access_token> &ios=[ {\"url\":\"content://content/<content_id>\", \"app_store_id\":<app_store_id>, \"app_name\":\"<app_name>\"} ] &name=link test &web={should_fallback:false}"
this works fine , returns id object. test have shared:
https://fb.me/<canonical>
since app not released yet, whenever open link facebook app not detect app installed. gives 2 action options, "open web link" , "install app_name". both options point blank itunes link app be. how test app link before publishing app on app store?
this link returned:
https://itunes.apple.com/webobjects/mzstore.woa/wa/redirecttocontent?id=app_store_id
after sweating out, have found solution. url scheme should defined in plist file. in case "content" without ://
Comments
Post a Comment