简体   繁体   中英

Facebook login on unity android app problems

I am testing an android app I created in Unity on my Galaxy S4 and I successfully log in, and everything works great! However, while changing no settings, I test my app on a Moto X device, and when I click login button and accept permission request. Nothing happens, and I do not log in.

Is their something specific I need to provide to handle different android devices to successfully use the facebook sdk?

Any tips or help is greatly appreciated!!

It should work regardless of the device

Just make sure you are asking for read only permissions during FB login (eg email permission)... after successfully getting the read permission then you should be able to ask for write permissions such as uploading photos...etc

switch to development build and see what the android console log show? you should at least get some errors

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM