# 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/hgzech/mobile_aat_setup",
"name": "mobile-aat-setup",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "nbdev jupyter notebook python",
"author": "hgzech",
"author_email": "hilmarzech@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d7/de/7102277fdb73781859af272e6f0c5c06f125f19819a490c0032bf32f2e57/mobile_aat_setup-0.0.1.tar.gz",
"platform": null,
"description": "# mobile AAT setup\n> This module helps change the application id of the mobile AAT\n\n\n```\n#| hide\nfrom mobile_aat_setup.change_id import *\n```\n\n## How to use?\n### Change package name\nThe 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.\n\n```\nPATH_TO_THE_ANDROID_STUDIO_PROJECT = \"example/path\"\nNEWNAME = \"examplename\"\nchange_package_name(PATH_TO_THE_ANDROID_STUDIO_PROJECT, NEWNAME)\n```\n\n### Link to Firebase\nAfter 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.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "A project that helps setting up the mobile AAT",
"version": "0.0.1",
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d49e9ebcfdd58f861ab4746ec23e31700eb4c434af40de38e980ada5a47c3ec",
"md5": "ead93d6de27a322204d5c4d364b91482",
"sha256": "9d8092328320c79244c3f4f1541653d2257ba3ec79ce3f915dd02471c5b7afd5"
},
"downloads": -1,
"filename": "mobile_aat_setup-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ead93d6de27a322204d5c4d364b91482",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7434,
"upload_time": "2023-01-06T16:30:09",
"upload_time_iso_8601": "2023-01-06T16:30:09.860216Z",
"url": "https://files.pythonhosted.org/packages/1d/49/e9ebcfdd58f861ab4746ec23e31700eb4c434af40de38e980ada5a47c3ec/mobile_aat_setup-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d7de7102277fdb73781859af272e6f0c5c06f125f19819a490c0032bf32f2e57",
"md5": "ff73dd83a06f86ba45b47c2234629e60",
"sha256": "46165692f90d790bcc259f54104bb52eb03fb9ad1fe8a1980cc99bd7c4d16718"
},
"downloads": -1,
"filename": "mobile_aat_setup-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ff73dd83a06f86ba45b47c2234629e60",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7537,
"upload_time": "2023-01-06T16:30:11",
"upload_time_iso_8601": "2023-01-06T16:30:11.824944Z",
"url": "https://files.pythonhosted.org/packages/d7/de/7102277fdb73781859af272e6f0c5c06f125f19819a490c0032bf32f2e57/mobile_aat_setup-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-06 16:30:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hgzech",
"github_project": "mobile_aat_setup",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mobile-aat-setup"
}