I have integrated Facebook in my app. It works flawlessly in dev environment – on both test device and app. But when I release this app and download from Market(now Play Store), it fails during login.
1) How do I check the logs of a released app?
2) Any hint what might be causing this problem? I am desperate enough that any help would be appreciated. HINT I’m logging in in UI thread. Is that a bad design? Should I spawn a separate thread?
I figured it out. I was passing an invalid Facebook token. Now how did this still work on emulator is beyond me. Perhaps, Facebook SDK places less stringent checks when running on emulator?