Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does apple accept iOS application without new user registration in application?

I am developing iOS application which is communicating with our private server and I want to publish it on iTunes but wanted to provide access to specific people only. For that I have created a login screen without new user registration screen and will provide credentials to that specific people. So my question is:

  1. Is apple developer will accept the application without new user registration functionality in mobile application?

  2. If yes, then could you please provide us sample applications link from iTunes application which does not have new user registration but needed a login credential to access the application.

like image 640
Rohit Kale Avatar asked Aug 27 '15 06:08

Rohit Kale


People also ask

Can I build iOS app without developer account?

If you don't join the Apple Developer Program, you can still build and run your app on your devices using free provisioning. However, the capabilities available to your app, described in Adding Capabilities, are restricted when you don't belong to the Apple Developer Program.

Is Apple login mandatory in iOS apps?

Sign in with Apple is not required if: Your app exclusively uses your company's own account setup and sign-in systems. Your app is an education, enterprise, or business app that requires the user to sign in with an existing education or enterprise account.

How do I submit an app to Apple without an account to the App Store?

Go back to the Developer Center in your browser; you should now click Continue. Click Choose File…, locate the CSR file you just created and select it, then click Continue. Go through the same process as before to submit the same certificate signing request you used for your development certificate.

Can you make an iOS app without putting it on the App Store?

Enterprise In-House App Deployment: Enterprise deployment comes into cause when an app is exported through Xcode and you aim to install it on any device without submission to iOS store or registering device UDID's. Your app can be distributed through e-mail, URL or MDM.


1 Answers

Yes, this probably won't prevent your app from being approved. However, you have to make sure that you provide a valid username/password for testing with you submit the app for review, so that Apple's review team can actually review it. You can input these details in the DEMO ACCOUNT section of the app submission page (on the bottom). Good Luck!

EDIT:

You can checkout the Bank of America app. It's not necessarily a great app, but you can take it as an example of an approved app that only allows login and doesn't support new user registration.

like image 97
Rony Rozen Avatar answered Nov 19 '22 11:11

Rony Rozen