How can I make an iPhone or iPad app that installs on the phone but accesses data from a website? [closed]

StackOverflow https://stackoverflow.com/questions/14043752

  •  12-12-2021
  •  | 
  •  

Domanda

I would like to make an iPhone or iPad app for my company that is a 3d model viewer. Through much discussion with others, I have realized that it would be best if the customers use the app on their phone and log into it with their username and password. This will allow them to access the 3d models they are allowed to access. It cannot use webGL for the 3d viewing since ipad and iphone don't support webgl.

The reason I haven't used model viewers that are currently in the app store is because i want it to be specific to my company and not just some random app that we have the customers download. We want it to be our company app.

Can anyone offer suggestions by way of tutorials or links that will show me how to accomplish this? I would very much appreciate it!

To summarize: I need information that will help me learn how to make an app for iPhone or iPad that will have an interface on the device itself but retrieve (and allow for viewing) 3d models from our website, specific to a user based on their log in credentials.

È stato utile?

Soluzione

A great place to start is Ray Wenderlich. This site has a great list of tutorials to help you on your path to creating what you're looking for.

Basically, it's going to take some work and you're going to have to start from the ground up if you don't have any experience with iOS. Ray's site has a wealth of information.

This will help you start a basic app.

This article talks about creating an app with a web service backend.

As for displaying 3D information, that's going to take a bit more work. The site has an OpenGL EL series. I'm not sure what you're looking for.

Good luck and have fun!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top