Name of iPhone app [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I hope this is not outside the scope of the this forum.
I was just wondering if anyone knows of any rules or guidelines for namming your iPhone app. Particulary I want mine to start with the letter 'i' as in iAwesomeApp (for example). But I thought maybe Apple wouldn't allow it because it is too close to their own marketing scheme i.e. it is too close to iTunes, iPod, iPhone etc.
What do we think?

There are plenty if i apps but you need to stay clear of any other Apple brands like
Pod / Pad
MacBook etc
You probably want something short for your display name so to avoid the ... in the middle if it's too long.

Just look at the iTunesApp store. There are many, many apps that start with "i" for the same reasons, so I think it must be fine. There isn't anything I've read in the guidelines that disallows it.

Steer clear of any registered trademarks. You can get away with putting trademarks in your keywords sometimes, but Apple can and will reject your app for that as well so I would avoid it if possible.

Related

App got reject because of enable illegal file sharing [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an app that allow people to store any type of file and transfer files between computer and iphone through wifi. After few days of review Apple reject my app because
22.4: Apps that enable illegal file sharing will be rejected
I was wondering that how come I can still find a lot of app that do the same way as my app do and got passed?
Apple allow developer to turn on iTunes file sharing, isn't this the same concept as transfer file through wifi? the different is wireless.
I am not able to control user to not transfer illegal file.
Is there any way to get pass this issue?
You can appeal the decision. Or perhaps there would be a way to appease Apple, maybe by warning users against distributing copyright material before opening the connection?
Bottom line is, the only way to know for sure is to ask Apple. For better or worse, they are the gatekeepers; we can only speculate.
No, Apple is a dictatorship. But Google isn't better at all. The app will get online but gets removed after a competitor sent an DMCA notice (without a valid reason, just wild accusations). Ask the mupen64plus-ae developer

Find the number of downloads for a particular app in apple appstore [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need to do a market research on specific type of apps. so is there a way for me to know the download count of the app / any app.
Is there a way to find the number of downloads for a particular app in the iTunes App Store.
There is no way to know unless the particular company reveals the info. The best you can do is find a few companies that are sharing and then extrapolate based on app ranking (which is available publicly). The best you'll get is a ball park estimate.
Updated answer now that xyo.net has been bought and shut down.
appannie.com and similarweb.com are the best options now. Thanks #rinogo for the original suggestion!
Outdated answer:
Site is still buggy, but this is by far the best that I've found. Not sure if it's accurate, but at least they give you numbers that you can guess off of! They have numbers for Android, iOS (iPhone and iPad) and even Windows!
xyo.net
found a paper at: http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1924044 that suggests a formula to calculate the downloads:
d_iPad=13,516*rank^(-0.903)
d_iPhone=52,958*rank^(-0.944)
I think developers can do this for their own apps via iTunes Connect but this doesn't help you if you are looking for stats on other peoples apps.
148Apps also have some aggregate AppStore metrics on their web site that could be useful to you but, again, doesn't really give a low-level breakdown of numbers.
You could also scrape some stats from the RSS feeds generated by the iTunes Store RSS Generator but, again, this just gets currently popular apps rather than actual download numbers.

About screen on an iPhone app. Needed? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I've created an app, that is self-explanatory. What is the etiquette in the iPhone world: do I still need to have an About button that explains what the app does, website, email, all that? Or is that unnecessary?
I wouldn't consider it necessary, but then again I would get a second opinion about your app being self-explanatory; you wrote it after all :) Seriously, I've found a lot of "obvious" UI and behavior I've written over the years to be not so, and it's helped to have opinions from others (especially those who don't use computers for day-to-day work) to bring more clarity.
But from an etiquette standpoint, I'd say no: in fact if your app truly is self-explanatory it'll just get in the way of what your app does, which is what consumers are after.
I think that you almost always need one, especially in a paid application. You want it to be as easy as possible for your users to get in contact with you for support (no need to make an upset user angrier by making them search for your contact info), because happy users leave good reviews, and support requests often help you to figure out what needs work in your app. Additionally, if you release a free app but you also have some paid apps for sale, I think the free apps need an about screen that will send your users to your page on the App Store; after all, you might as well get some free, non-invasive promotion when giving away something.
The only time you probably don't want to include an about screen is when you don't want to hear from users. If you're giving away a free app, and you don't want to deal with people having problems with it, then don't even bother with an about box. Or if you're Apple, since about boxes in their apps would be redundant.
I don't entirely agree with zoul here. I think that every app should include information about how to contact the developer and/or get support if it's needed. Yes, you can put this information in the App Store listing, but that makes it more difficult for your customer. I'd say yes, add the About view.
The etiquette in the iPhone world is to design sane applications. If your application does not need an About screen, don’t do it. Those who want support can always check out your application description in the App Store.

How to write a WOL app for iPhone? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Wake on LAN so cool, just want to write a iPhone app to WOL my PC, but have no idea to code, any one can point me the way?
If you've no experience of programming, then this is a very large first step. (More of a sheer vertical incline really.)
As such, you might want to take a step back and have a look a some basic (or indeed BASIC) programming tutorials. (Google is your friend.)
Alternatively, Apple has good online documentation regarding Objective C and the Cocoa (the language and framework that iPhone applications are written in.) A good place to start for this would be Apple's Introduction to The Objective-C Programming Language.
Basically you need to send a magic packed as described here, to do that you'll need basic programming knowledge and some knowledge on socket programming, here is a good book on the subject. There are numerous examples of that.
But in the end perhaps I could persuade you to purchase one of several iPhone applications that do exactly that, or grab the free one?
You'll need an understanding of bsd sockets as well as the user interface kit framework to put the necessary controls on the screen.
Or of course download an existing free app like this one which does it already, automatically detects your mac address, and also tells you whether your machines are on or off:
http://itunes.apple.com/us/app/wake/id396566137?mt=8
All the best for your projects.

Iphone Individual Developer Liability [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've been working on a small iPhone app that displays web content using the devices GPS context. I am hoping to list this application in the AppStore for free.
If I list the application under my name, does this create any considerable liability considerations?
Thanks in advance,
Ben
This is one of those questions that really belongs on a forum for IP lawyers. I'm not a lawyer, so this is somewhat speculative and should not be taken as legal advice.
A good rule of thumb is that anything you put in the public domain can open you up to legal liability. Whether you put your name on an application or not is irrelevant to whether or not you can be sued.
The open source people often include some boilerplate that amounts to "No express or implied warranty on this application, not even a promise that it will work and not brick your phone." How effective this boilerplate is would need a lawyer's perspective.
You appear to be in the USA, so the answer is "of course it does". And listing it in some other way also does. Anything you do, anywhere, at any time, that affects anyone in any way might well be taken as grounds for a lawsuit. If you want specific legal advice you should be talking to a lawyer.
IANAL, either. But if you give something away for free, something earnestly intended to help its users - and if you explain what it is, and whatever risks you're aware of - I don't think you have much to worry about. Certainly, you shouldn't. I say, do your best to make it good, safe, and all that, and set it free.