Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

finalcut

macrumors 6502
Original poster
Oct 9, 2007
401
34
Quebec, Canada
Hello,

I would like to know how hard it is to develop a very simple app on iOS. The app I would like to make is simply to show an internal website https that show news. That site is already in mobile format.

The reason why I would like to have an app is the ability to keep login/password stored in the app. Otherwise, safari keeps asking for that password.

nb.: I am a Chemical Process Engineer and know nothing about coding. My c++ is far behind me as I graduated 13 years ago haha!
Is that even possible for me to make it or I am dreaming!

thanks
 
Last edited:
Is the website yours? If so, make it remember users. If no, then I think you'll run into copyright issues.

I'm not sure about it, but I thought there was an app called OnePassword, or something like that, that already did this for all websites?
 
Since your app doesn't provide any additional functionality beyond a simple mobile website, you can pretty much be sure that Apple will reject it.
Even if this an app only for people that work within that Company?
In fact, I don't even know if this is possible or not. I mean, having that app only for the workers, not for public
 
You can just upload it to an webserver and treat it as an app too.
If you make an 'alias' from the Mobile site to your desktop, it will be treated as an 'app'.. Maybe that's what you're looking for :)
 
You can just upload it to an webserver and treat it as an app too.
If you make an 'alias' from the Mobile site to your desktop, it will be treated as an 'app'.. Maybe that's what you're looking for :)
oh well, guess that's what I will do hehe. Have to re-enter login and password every time tho :/

thanks
 
Even if this an app only for people that work within that Company?
In fact, I don't even know if this is possible or not. I mean, having that app only for the workers, not for public
If you distribute the app under the Enterprise Program, you don't have to worry about Apple's approval.

oh well, guess that's what I will do hehe. Have to re-enter login and password every time tho :/

A properly constructed website should be able to retain login info; this capability is not specific to iOS development.
 
If you distribute the app under the Enterprise Program, you don't have to worry about Apple's approval.



A properly constructed website should be able to retain login info; this capability is not specific to iOS development.
Then it looks like they don't want us to keep the website logged all the time. Security I guess

thanks
 
In HTML5 you have stuff like Local storage and also like Dejo mentioned, a good website should be able to handle all kinds of security things like cookies etc :)
So I think for what you mentioned an HTML5 app would be the way to go.
Entreprise like Dejo mentioned is a bigger step forward.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.