I have a web-page which checks the user agent and redirects accordingly:
Opend the appstore to download the app for first time/open the app if app is already installed
Redirects to desktop site for all other user agents
now the issue here is: if the app is deleted it throws error like error: page URI not supported
.
Ss there a way to check if the user has deleted the app?
PS(can only use javascript to do this).Thanks