Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm publishing an Android app at Amazon AppStore and doubted about integration with Facebook.

The instructions on Facebook's site are very clear in case if I'm using just my certificate to sign app. However, as I understand Amazon signs the app with its own certificate and, therefore, I should generate a new Key Hash for Facebook SDK.

So my question is: how do I generate Key Hash for Amazon Appstore signed app (if I don't have their keystore)?

share|improve this question

2 Answers

We got in touch with Amazon through their Developer Portal (Help -> Contact Us -> Questions about application signature) regarding this issue.

Looks like they enabled a flag for our app that gives us an option to sign the binary ourselves. When uploading a binary, you get an option: Amazon will sign the binary or I will sign the binary.

If you want to sign the binary, the process looks like this:

Step 1: You upload an unsigned APK

Step 2: You download the processed binary that contains their injected code

Step 3: You sign the processed binary with your key and upload again

This way, you can reuse your existing Key Hash for Facebook SDK.

share|improve this answer

AFIK, they double sign the apk with their key, your signature is not removed. You might want to have a look at an apk downloaded from Amazon to confirm. Since your signature/certificate is still there, presumably it should work without you having to do anything different than for the Android Market. I haven't tried it though (can't download from Amazon).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.