appsocially / AppSocially-iOS-SDK

Optimized User Aqusition funnel for iOS
https://appsocial.ly/
64 stars 8 forks source link

Sample App: FirstSample Permission bug #4

Closed vleango closed 10 years ago

vleango commented 10 years ago

When sending an invite through Facebook, a message appears asking to allow "FirstSample" some facebook permissions.

Even after clicking on ok, the "No Permissions" message appears.

using a real device, with Facebook integration on. (and "FirstSample" facebook permission is on as well)

aerodynamics commented 10 years ago

Hi @vleango , We couldn't reproduce the same error on our environment (iPhone5s with iOS 7.0.4). When "permission off," it causes an error of "no permission," but when it's "on," it doen't cause errors of "no permission." Does it happen the same ways also with other samples? Thanks, Yusuke

nariakiiwatani commented 10 years ago

I got the same error and got fixed. @vleango I guess you haven't add platform setting to your facebook app. please go to your facebook app page --> Setting --> Basic --> Add Platform. Input "Bundle ID" and switch "Single Sine On" to YES. "Save Changes" then my app works fine.

Hope it helps!