Sometimes when you install any app in your device and after installation, we cant open the app, and its not listed in the app menu. so to fix it follow the steps given below -
Steps
Download Your AIA file and rename the file from .aia to .zip
Extract the zip file
Search the Screen1.scm file and open in any text editor. See the image below to understand.
clear the authURL section, just like the image given below.
I don’t think that deleting/changing the AuthURL is fixing anything. The AuthURL has no effect on an APK in any way, it only tells the builder which distro the aia was created in. I believe it’s just the re-importing of the project that’s fixing the issue. Try all of the steps again but without changing the AuthURL and see what happens.
I have a project with this problem but only happen when the app is downloaded from Google Play so I can’t test this theory. If someone has a project open sourced with this problem and want me to test this theory I would like to ry hehe
I don’t want to risk make this test on Playstore without be certain.
no… reimporting doesn’t do anything. i tried reimporting without deleting AuthURL, that method dont work. but if i remove the AuthURL and then import it works. so it must be something different.
I think I have found something which cause this type of error. when I created a duplicate project using save file as option and then after exporting the APK file from the duplicate project file, it has the same problem which is not open after install. So I edited the AIA file and re-import the file and it worked.
I just had this happened. Good thing someone had the same problem because I was pulling the last three hairs I have on my head trying to figure out why the app was installed but not showing.
I’ll open the aia as zip and do what the OP says, but it’s been a while since this was discovered. Is anyone going to fix this anytime soon?