You might have implemented Dynamics 365 Business Central SaaS within an iFrame by following the official documentation
or simply you have your custom code to run the protocol handler that is generated through GETURL methods.
If you have done so, you might have been constantly hit by the following message (site redirection) – if you are using e.g. an Android device -:
“We have a Dynamics 365 Business Central app for your device. To get the app, tap the following image.”
Why this continue to bother and how to snooze it?
Development team is trying to uniform the mobile device experience and warmly recommend to download and use the Universal App (https://docs.microsoft.com/en-us/dynamics365/business-central/install-mobile-app) within Tablet and Phones.
Using Web Client within these devices might be good only for troubleshooting purposes.
This is the reason why that message is quite insisting.
If you are in need to snooze / turn off this redirection and would like to force the mobile device to use the mobile experience but in the browser and not in the mobile app, there is a viable solution.
It is possible to use the following redirect parameter added to the URL in the browser, together with phone or tablet added.
TABLET
To use tablet version of the experience and the redirect=0 parameter so in effect add /tablet?redirect=0 to the URL like the one described below and then navigate via browser:
https://mysite/BC140/tablet/?redirect=0
PHONE
To use phone version of the experience and the redirect=0 parameter so in effect add /phone?redirect=0 to the URL like the one described below and then navigate via browser:
https://mysite/BC140/phone/?redirect=0
NOTE: this scenario is recommended for troubleshooting or where the universal app reports failure.