Skip to main content

A project that helps setting up the mobile AAT

Project description

mobile AAT setup

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.

!pip install mobile_aat_setup
from mobile_aat_setup import change_id
help(change_id.change_package_name)
Help on function change_package_name in module mobile_aat_setup.change_id:

change_package_name(path, newname, oldname='hilmarzech')
    # %% ../nbs/01_change_id.ipynb 6
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.2.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

mobile_aat_setup-0.0.2-py3-none-any.whl (9.0 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