开发者

Android deploy for release problem

开发者 https://www.devze.com 2023-03-09 06:23 出处:网络
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

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 androi开发者_Go百科d 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


Just generate the hash again using your release key.

keytool -exportcert -alias androiddebugkey -keystore /path/to/your.keystore | openssl sha1 -binary | openssl base64
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号