Hello i have a problem when make release apk to upload to market There is a facebook integration in my application, use android facebook sdk. It work great in development time, both simulator and real device (HTC Wildfire and HTC Desire, device apk built used debug.keystore which auto gen by android sdk)
When i gen a release keystore to release by keytool like on android developer site and export apk with this keystore, app no longer work, I still can open app but first screen need login via facebook, app always fail to connect as soon as facebook connecting screen appear.
Can some one please help me Thanks