Make Glide APP into "APK" install file - No more Home Screen Mess

Hi Guys, my 1st post here.

But after some research, i found a way around the add to home mess. We can add a install button directly to the app by doing the following:

  1. Download the app to your own phone by adding to home screen as usual, you must use chrome browser for this( i will let you why )
  2. Once downloaded, you need to download a app sharing app, like Share-it, or App Sharer etc. Use the app to share the application to another phone, your glide app will show-up as an apk file.
  3. Once you have that apk file on your other device. Just upload it to any file upload site and create a link to it, which you will use to put as a button in glide app as open link or just share the link directly with users. ( i put as the 1st screen users see, all other tabs are hidden until user clicks Install, on clicking install cell is incremented by 1 and this values is used to unlock the other tabs.
  4. On opening the link users can download the apk and get a prompt to install or add to home screen. (reason for using chrome is, most users have chrome installed, if not they will be prompted to download chrome to run the app)
  5. More need to worry about users unable to see the add to home screen mess. Not sure if anyone else thought or tried it, but it works 100%.

IOS users should also be able to use Share-it app and do the same.

4 Likes

@Amal
I like your approach of adding a “Install app” button in the app itself.

Question about 4.
It seems like Safari has a 92% market on iPhones over the past 12 months. Would you then ask users what OS they are using, and based on their answer make different “download app” buttons visible?

PS. I couldn’t find the data on Statista, I found statistics instead on Netmarketshare (no idea if the data is reliable).

1 Like

I’m afraid there’s no Share-it app for iOS… but it sounds great for Android users…

2 Likes

Hi @nathanaelb,

Unfortunately this solution does not work for IOS. I am still working on finding a solution for IOS and will update it soon.

2 Likes

++update++ IOS currently not supported. Working on a fix!

4 Likes

Good luck and please keep us informed!

Keep us posted

I imagine your Android solution would require also having to convince all users to enable side loading on their device, or does an APK from a PWA react differently than an APK from a full fledged app?

1 Like

i tried these with a couple to users, and they were able to install it without any issues. what you are referring to is, normally in apk file install, users are asked to enable unknown sources from setting before installing. This apk did not trigger that prompt, at least in the environment i tested.

1 Like

To obtain the link, you can upload the APK to Google Drive, since it simulates the installation very well.

PD: They must configure in Google Drive that “Anyone on the Internet that has the link can see the file”.

Uploading to google drive makes the user see another screen with download button, but if you still prefer that then :
Use this to paste your drive link and get user to direct download no extra screen at all :slight_smile:

Thank you very much!

An old thank you trick …
If you use an Android mobile device to create your APK, you can add yourself to your contacts and share the APK with yourselves. Ready!
They will already have the APK on their devices.

1 Like

There appear to be ways to create an APK out of a PWA and distribute via the play store:



via https://medium.com/@firt/progressive-web-apps-in-2020-c15018c9931c

1 Like

Hola @Mauronic! En el caso de PWA2APK hay que agregar lĂ­neas de cĂłdigo al cĂłdigo fuente de la PWA. Lo que lĂłgicamente no se puede hacer con Glide.

ENGLISH: In the case of PWA2APK, you have to add lines of code to the source code of the PWA. What logically cannot be done with Glide.

1 Like

hi @Mauronic

I have gone through all of these options, before coming up with this. Once you try to upload your link, it just spins around in circles and doesn’t do anything. I contacted their support and they were clueless.

Appmaker and PWAbuulder are both fails. I have not tried bubble wrap as it a little far feteched for me

1 Like

Dear
Please check the below post step by step explanation to convert glide app to android apk, android back button issue is fixed in my solution.

click here