Add to Home Screen Prompt

This works ok except on a new day when the app is run the message appears again. Is there a way to make it only appear one time and not be shown again unless maybe it is an updated version?

Thanks, John

I’ve found that the ATH library behaves differently on iOS and Android. Also, AppStudio doesn’t expose a variety of ATH’s optional parameters that allow for customized behavior. If you want to not use the ATH library built into AppStudio and instead use the ATH library directly from the source, you can experiment and set it up on your own. That’s been working well for me.

You’ll find more info at http://cubiq.org/add-to-home-screen. On a side note, it appears ATH isn’t being actively updated by the author.

Kind regards,
Doug

Thanks for your comments. A custom form to display one time is another approach since not all devices support a home screen icon (Amazon Fire for example).

John