Page 1 of 1
Remove something from the manifest
Posted: Wed Jan 28, 2015 7:49 pm
by AC
Hi, I published my app to the store. But it wont show in the search results on some device and I contact the support. They told me that I need to remove feature, android.hardware.telephony from the manifest.
Please tell me how I can do it in appery.
Thx
Remove something from the manifest
Posted: Thu Jan 29, 2015 3:45 am
by AC
Remove something from the manifest
Posted: Thu Jan 29, 2015 7:53 am
by Maryna Brodina
Hello!
You can find manifest file here
Remove something from the manifest
Posted: Wed Apr 22, 2015 4:20 pm
by Tarun Srivastava
I was reading somewhere that if I edit the Manifest online once, I have to edit the manifest manually for ever after that. For example, I want to use ON_BOOT_Complete and have to edit the manifest file in order to start my service/ activity. Once I edit the manifest file to include my code, and then make some changes in the app which needs manifest to change, will all work?
Remove something from the manifest
Posted: Thu Apr 23, 2015 9:12 am
by Evgene Karachevtsev
Hello Tarun,
You should edit Android manifest or any other Source file at the very end of the developing of your app because this can cause a future mess in the app's logic. Please note that editing source files is outside the scope of Appery.io support and you do this at your own risk
Remove something from the manifest
Posted: Fri Apr 24, 2015 5:28 pm
by Tarun Srivastava
I understand.
What I am going to do is to update the file before I create a version, release my product and then revert the changes back to work on future releases. I understand this is the only way.
The steps I will take
Take a backup of manifest.
Make changes to manifest.
Release the product
Create a new version.
Revert the changes back in the manifest file.
For all subsequent releases follow steps 1 to 5.
Makes sense?
Thanks
Remove something from the manifest
Posted: Wed Apr 29, 2015 4:25 pm
by Evgene Karachevtsev
Hello Tarun,
Sorry for delay. Yes, this logic seems to be working in theory, but there is a possibility that you'll face some difficulties because you should be very attentive making changes in the manifest