Android Facebook Sdk Generate Relase Key
Posted By admin On 14.12.20- Android Facebook Sdk Generate Release Key Lock
- What Is Facebook Sdk
- Android Facebook Sdk Generate Release Key For Windows 7
- Android Facebook Sdk Generate Release Key For Mac
- Android Sdk Windows
How to generate release key hash or sha1 for Facebook in the android studio, This section of the tutorial explains you how to get Key Hashes for the Android Facebook app. Facebook SDK integration to android requires a key hash configuration.
While integrating Facebook SDK, we need to configure Facebook API console with Key Hash. If a key hash is missing you will get App mis-configured
error in the Facebook dashboard.
Android Facebook Sdk Generate Release Key Lock
Download the facebook-android-sdk
and configured a new app. In the application, settings enable the “Native android app” and enable for Facebook login and deep linking. It asks for key hashes, and I’m stuck. After spending a generous amount of time, I have found two solutions to get the key hashes.
Aug 14, 2016 Generate Keystores To generate keystores for signing Android apps at the command line, use: $ keytool -genkey -v -keystore my-key.keystore -alias aliasname -keyalg RSA -keysize 2048 -validity 10000 A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. Download and integrate the Audience Network SDK for Android to monetize your app with Facebook ads. Monetize your Android apps with Facebook ads using Ad Banners, Full-Screen Ads, and the Native Ad API.
What Is Facebook Sdk
Android Facebook Sdk Generate Release Key For Windows 7
- Download OpenSSL from Google code (If you have a 64-bit machine you must download OpenSSL-0.9.8e X64, not the latest version)
- Extract it. Create a folder- OpenSSL in C: / and copy all files here
- Find “debug.keystore” file path. Most likely it will be inside “C:Users.android” folder. However, if you still don’t find then perform a search. I am sure you are lucky enough to get it.
- Find keytool.exe path. It will be inside your java/bin directory. In my system it is under “C:Program FilesJavajdk1.6.0_30bin”
- Open command prompt (Run-> cmd->start) and go to java /bin folder (cd “C:Program FilesJavajdk1.6.0_30bin” command will do it for you)
- Now you run the below command.
Android Facebook Sdk Generate Release Key For Mac
- Provide password (android), as when you are prompted. You are done. It will generate you the key-hash
Android Sdk Windows
Alternative Method and its 100% working