Not able to Login FB SDK - ios

I've integrated FB SDK and Im able to login with my device.
Problem arise when I distribute the app (ad-hoc), other people cant login.
Anyone know what's wrong with it? Why it is working in my device but not other devices?
EDIT:
I've figured out, it is because I was asking for "publish_action" permission during authentication. It doesn't work on iOS 6.0 devices

Related

Can't sign in via Google on iOS Simulator

I'm running a cordova app that uses the Google sign in integration. When I follow the links to login (put in email, put in password, pass 2FA), I get redirected to an error.
400. That's an error
Error: admin_policy_enforced
Open the Device policy App to continue
Learn more (link)
> Request Details
That's all we know
I have been able to fix similar issues by using the Google Device Policy app on a physical device, however I do not know how to get this working in the iOS Simulator environment where I cannot install the Google Device Policy application.
I'm currently using
Cordova 4.5.4
Xcode 10.1
iOS 12.1
iPad-Pro 11 inch (simulated)
I was trying to sign in with a Google account that is managed by my company, hence the error mentioning the Device Policy App. And that app is required when signing in on a physical device.

iOS Crash on twitter Oauth

I am using social.js and alloy/social for Twitter Oauth login in Titanium Appcelerator.
The implementation was working fine but recently it has stopped working on iOS.
It's crashing while twitter authorising, whether running on simulator or device.
Can anyone able to tell me why its crashing and is there any solution available for this problem?

Mobile Ads on Facebook for iOS

Does anyone know if Facebook strips the link that you input when setting up a Mobile App Install ad? Our Mobile App is not integrated with Facebook's SDK so I was hoping to track downloads from our paid ads through the iTunes Connect platform.
Yes, they strip it! You should try with a service between your app and Facebook like GearAds which is useful for your problem

FacebookSDK iOS v3.24.0-beta1

I'm testing FacebookSDK ios v3.24.0-beta1 from Facebook Developer site.
My test environment is iOS9 beta5 on iphone6+ and test app is built on Xcode7 beta-6.
I have set the info.plist for iOS9 App transport security.
And I have installed Facebook App in my device.
I try to login facebook using
[FBSession openActiveSessionWithPublishPermissions:defaultAudience:allowLoginUI:completionHandler:]
When I invoke the method. The facebook app is not launched. But I can see the login dialog in webview (I guess).
Question: I want to know whether after the v3.24.0-beta is not support app to app login.
This is by design. In order to provide the best experience for users on iOS 9, the new SDK determines the best login flow automatically. If you're running on iOS 8 or earlier, the app switch will still be preferred.

Webview orientation/rotation issue with Facebook Unity SDK

The Facebook Unity SDK webview login is stuck in portrait mode, even though my game is in landscape.
All the code is in a native library and I don't have access to change it.
The issue seems to be fixed in the Facebook iOS SDK v3.18 but not yet in the Unity SDK v6.1 Beta
https://developers.facebook.com/docs/ios/change-log-3.x#3_18
Any help would be greatly appreciated, or maybe a fix in the next version, if anyone at Facebook is reading this? Thank you
Also the Facebook App Login doesn't work on iOS and it always defaults to webview.
However it seems to be working perfectly on Android.
This issue has been fixed in 6.2 beta SDK

Resources