Skip to main content

A project that helps setting up the mobile AAT

Project description

mobile AAT setup

This module helps change the application id of the mobile AAT

#| hide
from mobile_aat_setup.change_id import *

How to use?

Change package name

The function below replaces the middle part of the Android Project's package ID (the default is hilmarzech in com.hilmarzech.mobileaat). Replacing this middle part should be sufficient to avoid conflicts with existing installations and to upload your own version of the app to the playstore.

PATH_TO_THE_ANDROID_STUDIO_PROJECT = "example/path"
NEWNAME = "examplename"
change_package_name(PATH_TO_THE_ANDROID_STUDIO_PROJECT, NEWNAME)

Link to Firebase

After changing the package name, add an Android App with the new package name (e.g. "com.examplename.mobileaat") to Firebase. Next download the google-services.json and place it into mobileaat/app.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mobile_aat_setup-0.0.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

mobile_aat_setup-0.0.1-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page