If you are going to create it, which language to use that you can then integrate with the
iOS app?
You need to have an information flow set for your mobile application and for your WEB application.
Normally a webservice
responsible for encapsulating your business rule and carrying out the operations necessary for your system. The application iOS
and the web application should consume the services of this webservice
.
The programming language used in the iOS app, the web page and the web service are independent and unrelated. You can, for example, create an iOS app on SWIFT, a webservice
in C#
and a web application with angular js
.
I wonder if there’s a panel on the net that already does something like this or if
I’ll have to raise him.
You can use bootstrap templates for the visual part, there are many that simulate an administrative panel, but I do not know an application already implemented with the necessary settings to integrate with your webservice
. In this case, it would be necessary to carry out the call webservice
and handle your return in the web application.