Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I hide or make my iphone Application unsearchable on the App Store?

I want my application to be unsearchable from the App Store. I would like that only those users who sign in to my web site and then click the link of my iPhone application on app store, can install and use my application.

Is there any way to do that?

like image 919
user199614 Avatar asked Nov 19 '09 13:11

user199614


2 Answers

To hide your application you have to remove all the App Store countries in iTunes Connect:

  1. Go in Manage your Applications > [Your Application Name] > Rights and Pricing
  2. Click on "Deselect All" App Stores and "Save". The Application will change state to "Developer Removed".

To get it back on the App Store, choose the countries where you want it publish.

PS: it might take more than some hours for changes to be reflected on the App Stores.

like image 200
David Riccitelli Avatar answered Oct 29 '22 22:10

David Riccitelli


Your application will be found when they search for the name of the app or your name. There's no special option in iTunes Connect to hide your app.

While your application will be found when searched for, as long as it's not installed in large numbers, it won't show up in the top 50 lists. Which kind of is the same.

Tip: don't specify any keywords when registering your app, as these will improve the "searchability".

Edit: you might want to implement some kind of authentication in your app, so users who do have installed your app need to register first, before they can actually use it. Relying on your app not being found, isn't very "clean".

like image 31
ynnckcmprnl Avatar answered Oct 29 '22 22:10

ynnckcmprnl