ios - Cordova SocialSharing Plugin - Facebook Callback Error -
i've been using socialsharing plugin in cordova app many months , it's been working great, , rely on fb sharing's callback functionality track if people shared post.
however, discovered callback stopped working correctly on ios 8.1.
when click on "cancel" in fb dialog popup, plugin calls success function , returns "true" parameter. call success callback, pass in "false" parameter, i'd able determine if "cancel" or "post" button user clicked on.
i have tried updating latest version of plugin, still fails on iphone 6 running ios 8.1.
if test on ipad running ios 7, cancel button works fine. can please advise on how resolve it?
below socialsharing plugin official page: https://github.com/eddyverbruggen/socialsharing-phonegap-plugin
thank you.
this issue has been solved of today, when facebook updated app. resolve problem, user needs update facebook app.
further details available @ facebook bug report: https://developers.facebook.com/bugs/962985360399542/
Comments
Post a Comment