hi Team,
I was kindly requesting your assistance on our mobile application bring the medic logo after downloading it from Playstore. How can i solve this error?
Hi Edwin,
The launch icon can be replaced in the android application codebase: GitHub - medic/cht-android: A native Android container for Community Health Toolkit (CHT) applications
Download the repository and replace the launcher image resource. Then rebuild and deploy to your playstore account.
Hi @elijah
Thank you for the quick response. Which file or folder exactly can i find it.
Find documentation on building android flavors here: Building CHT Android Flavors | Community Health Toolkit
See this example of a merged pull request for adding a new deployment specific build: Adding gandaki_ne flavor based on v1.3.0 for medic/config-moh-nepal#1054 by binokaryg · Pull Request #367 · medic/cht-android · GitHub
Hi @elijah
Thank you for your support . I have made the change and sent a new aab file for review. I will be happy to bring you the result after the application comes back from review.
Awesome, looking forward to hearing back!
Hi @elijah
We tested the process you provided but we still are facing a challenge of having our logo shown after download of the app from playstore.
Below are the different ways that we integrated to have the logo since after download.
the image was put in the new_brand folder before creation of the aab file.
the image was put in the new_brand folder into the res folder before creation of the aab file.
What can i do differently. both were tried but they all still returned the medic logo after download from playstore.
Hi Edwin,
After building a new flavor, it has be uploaded to the Google playstore manually for users to see the updated icons. Before that, could you confirm that the build generated from android studio has the updated assets? Remember to select the new flavor as the build variant on the left hand side of android studio.
hi @elijah ,
Thank you for your patience and help you provided. The android logo worked.
I integrated it from the android studio . And added the icons. On downloading it was returning my logo.