Native mobile app security in Mendix 8

1
How do I configure a native mobile app to force users to sign in and adhere to role based security in Mendix 8? At the moment I’m giving anonymous access to entities in my data model and I don’t want to do that.
asked
1 answers
1

The only way is to provide custom login page for anonymous users and disabling access to the rest of the app. You can see the solution in Native Mobile Quickstart app template Mendix has published. 

answered