English 中文(简体)
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?

最佳回答

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".

问题回答

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.

I think, without meaningful keywords your app should vanish amongst the 99.999 other apps.

As an alternative you could let everyone (search and) download the app and disable it until the user signed in.

You can also use in-house-distribution with the enterprise program (see here).

Apple sells special developer licenses if you want to control the installation. They are meant for Enterprises to develop and deploy applications for only their use. Here s an article about it:

http://www.infoworld.com/t/platforms/new-iphone-enterprise-developer-program-299-musings-about-iphone-app-licensing-648

Since iTunes Connect has been redesigned a bit, go to My Apps > Select your app > Pricing and Availability > Availability (2nd section) > Select Remove from sale.

The best bet is to use obscure keywords on submission along with an obscure app name.

Not sure if this is going to work, but it may be worth a try:

You can set the release date of the application to the future. This removes the app from the catalog, which is a common way to remove an app temporarily (e.g. when it has problems) until an update appears.

However (this is possibly the catch) I don t know if the app will then be still available for sale via link or if the link will become unusable too.

if i were you i d implement a "key generator", which will produce a serial that will be used to activate your application. this key generator would be free to access on your site, so whoever downloads your application through your site, would know what to do.

for those who access the application through itunes, i would also place a small text which basically says that you need to visit your site to generate a key. this way, you d ensure that anyone who has access to your site has access to your app, and whoever finds your app will access your site.

this is i think hack proof by definition as well because noone would bother hacking it, would they? you basically give away your own serial generator for free, so it defeats the whole purpose of hacking. im assuming your concern is site traffic though.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签