sql server - Coverting a Windows 7 touchscreen application to iPad -


i have created touchscreen system runs of windows 7 , writes central sql server, production logging system.

i have been asked if develop app ipad same.

i have several problems this.

1) @ moment have no experience in developing ipad, there actual ipad apps allow develop apps in more gui friendly manner? 1 looking myself, unfortuanly see xcode , dont have mac.

2) thoughts create app records information local database on ipad, @ end of day upload information central server, keeps traffic down. possible talk mssql database via ipad , if needed done in realtime, every button press on ipad recorded mssql database in realtime.

3) have go app store used, program internal company on company network, if works may use lots of ipads application.

thanks reading

dj

1) you're right. need mac, apple developer account, , xcode develop ipad apps.

2) used way of doing web service layer between ipad app , mssql. however, i've heard of other alternatives, when seems they're no longer supported: https://www.simple-talk.com/blogs/2011/01/14/accessing-sql-server-data-from-ios-apps/

3) can use apple calls ad-hoc deployments. means can upload app internal ftp internal use.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -