Distribution

Overview

Configure the different platforms through which you want to distribute your app. You can either distribute it directly through the web in the form of a PWA (Progressive Web App) or via Apple’s App Store and Google’s Play Store.

For deployment on any platform use need to do Firebase configuration.

Firebase Configuration

To proceed with configuration of specific platforms, user has to provide Firebase service account.

You can download .json file from Firebase using below steps.

How to get Firebase service account private key file?

  1. Login to Firebase account.

  2. Select project.

  3. Go to Project Settings.

  4. Select Service Accounts Tab.

  5. Click “Generate new private key”

  6. Save the private key file.

Upload key file to start with Configuration.

image

Once we configure Firebase service account and click on “Configure Firebase”.

We will see configuration accepted and Firebase Configuration becomes online!

image

After successful configuration, we can start configuration of specific platform.

image

Web Platform

image

App Store

image

Play Store


Web

App can be deployed on web as a PWA. User need to provide below details

Name

App name will be visible when shortcut is installed on device.

Icon

App icon will be displayed as a shortcut icon as well as web-browser tab icon.

image

Subdomain Configuration

Once setup user can hit “Publish” button.

We can type in the subdomain and check availability. If Subdomain is available, we can create and app will be published.

440664277

On press of “Create subdomain” button, Appspotr will create one subdomain with this name and publish your PWA.

440762519

We can re-create subdomain if required.

Once PWA is live, Gray dot on Right-Top corner turn into Green.


Play Store

When we choose to publish on Play store, we will see below configuration.

Package Name

User need to provide valid Package name. By default Appspotr will provide a package name.

image

Press - Configure.

Publication Certificate

Here, we need to provide custom publication certificate .P12 file.

Provide Certificate Alias and Password.

image

Upload Publication Certificate (P12 certificate), Alias and Password. Then hit Upload.

image

As shown in above screenshot, App Configuration & Push Notification dots are turned into Green. Configuration is complete for Play Store platform.

Now We can go to Builds and initiate the build process for Android.


App Store

For building App for App Store we need below information.

  1. Identifier Key

  2. Identifier Issuer

  3. API Key

image

After successful setting of App Configuration, We can go to Builds and initiate the build process for Android.

Once App Configuration are done successfully for all the platforms. Dots for configuration and push notifications will turn into green from gray.

Web

Apple

Google