views:

152

answers:

2

Hi,

I have a doubt in developing apps for iphone, Can I develop authentication page(with secure login id and pwd) through which I can load my webcontent.

Does apple allow applications having login credentials or not? Can anyone please let me know this.

Thanks in advance..

A: 

Why not? All apps that access external services like Twitter, Facebook, LiveJournal etc. have to login to these services.

You will need to provide a demo account, so Apple staff can test it. (thanks texmex5 about reminder)

Aleksejs
Thank you... I have one more doubt, Is there any official apple document which gives all the rules/guidelines (Except UIGuidelines) to follow while developing the application so that AppStore will not reject the application?
chaitanya
1) The official document is SDK agreement you have signed (did you?). 2) Also is useful to follow [News and Announcements](http://developer.apple.com/iphone/news/), sometimes Apple publishes there tips regarding approval process. 3) Also I have found interesting "blog" called [App Rejections](http://apprejections.com/), I hope they will continue it.
Aleksejs
Thank you for the info...
chaitanya
+1  A: 

Apple definitely allows applications that need secure login before using the app. Only thing is that you need to provide Apple demo accounts for their review process.

texmex5
Thank you... I have one more doubt, Is there any official apple document which gives all the rules/guidelines (Except UIGuidelines) to follow while developing the application so that AppStore will not reject the application?
chaitanya
Yes, it is a good point about demo account you need to provide.
Aleksejs