Mobile pin with anonymous users enabled

3
Since Mendix 6.7.0 the hybrid mobile version of Mendix has functionality to allow a user to login in using a pin code. If the project does not have anonymous users, this login screen with pin code option is nicely shown. However, the project for which I need it does have anonymous users enabled, and therefore a mendix page is shown instead of the mobile pin page. Does anyone know how I can force anonymous users in the mobile to go to the cordovan PIN code login page?
asked
1 answers
0

Do you have a separate navigation for the smartphone/tablet version of your app? Showing a page for which anonymous users have no authorization should force login and trigger the pin login on the device.

 

Edit: I have a similar issue with an offline app. The offline login page is not shown when anonymous access is enabled. This can easily be reproduced in a small project. I will submit a ticket.

answered