Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India
call to replace anchor tags contains '/admin' in href

Building an Android Mobile App

Building an Android App is the process of creating an app to make it available to the users by publishing it. You release your application through an application marketplace, such as theGooglePlay store. When you publish your app on the Google Play Store, you put your app in front of the immense number of active customers of the Android play store. Building an Android mobile app on the Play Store involves the following five steps:

Register for the Google Play Console account

To publish an Android app, you first need to register for the Google Play Console account. Register yourself on https://play.google.com/apps/publish/signup/.

Generate Signing Keys

Android requires aKeystoreto be created for every app published on Google Play Store. Android requires that all apps be digitally signed with a certificate before they can be installed. Click here to know how to generate the signing keys for your Android app. 

Upload Signing Keys on StoreHippo

After theKeystoreis created, you need to upload it to your store. To configure the signing keys for your Android app, go to Mobile Apps > Mobile Signing Keys section in StoreHippo Admin Panel. To upload the signing keys, fill out the following fields: 

  • Title: Enter the name of the signing key that you are creating.
  • Type: Choose the type of platform. Here, you need to select the "Android" option.
  • Keystore: Keystore is a storage mechanism for security certificates. It should be in JKS format.
  • Key Password: Password for the signing key.
  • Keystore Password: Password for the Keystore.
  • Alias: Keypair alias name.
NOTE: You can build the app without uploading Android signing keys. In that case, the app will be signed with StoreHippo's default key. When you use the StoreHippo inbuilt Android build, then the SHA-1 key for your app will be 15:27:AE:98:AA:0F:93:05:4F:6A:1E:F1:99:1E:88:D9:33:29:AA:AE.

Create a Mobile App Build

After you have uploaded the signing keys, you have everything that you need to create an app. For creating the app in your store, go to  MobileApps > Mobile Apps section in StoreHippo Admin Panel. Select the Android Platform and select the Key that you have created in the earlier sections, as shown below: 

  • Enabled: Check the flag if you want to build the app for Android.
  • Key: The signing key will be used to sign the app for publishing on the Google Play Store.
  • Preferences: StoreHippo Mobile apps support some custom preferences for the app. Preferences are used for things like android-versionCode, android-targetSdkVersion, and others.
  • Sha256 Cert Fingerprint: In case, if you want to define SHA 256 fingerprint, you can mention it here. You can get the SHA256 from Google Play Console.

Push Notifications

StoreHippo allows you to send push notifications in Android apps. However, to do so, you need to configure the push notification in the Android mobile app. To know more about theCloudMessaging configuration, refer to Android push notifications.

Publish Mobile App on Play Store

Once you are done with setting up the app, you now have to make your app live on the store.Referto Publishing Android Mobile App on GooglePlaystorefor more information.

Android app format

The StoreHippo provides support for the two Android app formats, which are .apk and .aab.

  • APK: If you want to test the app by directly installing it on your device or want to send an update for your app on the Google Play Store, you need to download the APK version. Click on the Download Android APK to download the android app in the .apk format.
  • AAB: The AAB stands for Android App Bundle. If you want to upload the new app on Google Play Console, you need to download this .aab version. Click on the Download Android Bundle to download the android app bundle in the .aab format.
2022-07-11T11:58:55.397Z