Link from Apple App store to Mendix application

0
At Mendix world a mobile app could be downloaded from the apple app store which directed to what looked like an "standard" mendix mobile app (running at some URL) is it possible to submit an app to the app store (and google play for that matter) that is just a icon that directs to a mendix mobile URL?
asked
1 answers
1

Hi Han,

Mendix wrapped the mendix app using Apache Cordova, which allows wrapping of Javascript and html to enable cross platform native functionalities. Here is a link to explain the functionality: https://world.mendix.com/pages/releaseview.action?pageId=18612412

Once the wrapper has been created you can then publish it to the google play or apple app store.

I hope this helps.

answered