Questions for Swift app development

Asked

Viewed 146 times

0

I’m working with an iOS app and I’m using Swift. My client who owns a restaurant would like to use an administrative panel to add new dishes to the app.

I wonder if there’s a panel on the net that already does something like this or if I have to create it. If you want to create it, which language to use to integrate with the iOS app?

1 answer

2

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.