I released a Signed APK
as mentioned in this link
When I run the project from eclipse as an Android project, Everything is going fine.
but when i use the signed APK
it is not returning any data, also G+ login is not working.
It shows the following person information is null
What can be the reason for this behavior?
Why app is running properly when I run it as an eclipse project and not working when I use the APK
.
I am generating release key using the following code:
keytool -exportcert -alias "knowledgeup_alias" -keystore "D:\keystore\androidfinal.jks" | "C:\Users\abc\Downloads\openssl-0.9.8e_WIN32\bin\openssl.exe" sha1 -binary | "C:\Users\abc\Downloads\openssl-0.9.8e_WIN32\bin\openssl.exe" base64
it is working when ever I run it from eclipse. but it doesn't when ever i use the APK
Ideas!