Tagged Questions
28
votes
8answers
8k views
Reasons for rejecting iPhone application by Apple store
Can anybody help me out to know the possible reasons for which Apple store can reject or raise objection to submit any iPhone application.
13
votes
1answer
4k views
App Store Taxes as an Individual Developer [closed]
I am an individual developer selling a paid iPhone app in the iOS App Store. All my profits have been made in 2011, so I don't need to worry about the sales for this April's tax season, but I'm ...
10
votes
1answer
407 views
Updating iPhone Reachability on Network Changes
Edit 23.5.11
I'm now wondering whether I'm over engineering this. When I use an online connection, I handle it properly - either:
in the background with a progress or activity indicator showing ...
10
votes
5answers
6k views
Application Loader Error - IOS Upload
I am trying to upload a binary using Application Loader 1.3. I am receiving the following error. I have recently upgraded to XCode 4.
...
8
votes
3answers
3k views
Application Loader: No eligible applications were found
I am trying to upload my application to the apple app store, but! I've set my application ID, certificate etc... then build signed application step by step according apple howto's. In iTunes Connect ...
8
votes
3answers
2k views
XCode 4 can I copy the download from one machine to another
Hi
I downloaded the XCode 4 which uses the app store to download and install and took over 8 hours for the 4.1 GB download to complete.
Can I copy this install from to another machine without having ...
7
votes
2answers
1k views
In App Purchase no valid Product IDs
I'm trying to get In App Purchase with my existing iPad App working. I'm stuck retrieving the Product Information from App Store:
- (void)productsRequest:(SKProductsRequest *)request ...
7
votes
7answers
3k views
Does Apple reject Leaking iPhone apps?
Info on this can be found here and there, but is there a definite answer? Does anyone know from experience that his leaking app has approved or that his app was rejected "because it was leaking"?
I ...
6
votes
2answers
519 views
When I submit my app to the Apple app-store do they see my source code?
When I submit my app to the Apple app-store do they see my source code?
6
votes
2answers
2k views
Should the rfc1034identifier be removed from the CFBundleIdentifier in plist file?
In my Xcode project's plist file, I can see the value for the key CFBundleIdentifier is:
com.mycompany.${PRODUCT_NAME:rfc1034identifier}
Obviously I will have to change com.mycompany to the domain ...
5
votes
2answers
103 views
If you buy your own iPhone app, will it delete the developers build currently on your device?
So probably somewhat of a stupid question but here it goes.
If you download your own app once it gets submitted to the app store, will it download and overwrite the development build I currently ...
5
votes
3answers
201 views
iphone i1i8n - Added “en” localization, not english in canadian store
I have set my app on iTunes connect with fr_CA as my default language (yes I know it was not my best move for scalability).
Now, I added "en" localization to my app, the problem is in the Canadian ...
5
votes
1answer
1k views
How do I make a Mac App Store app that validates receipts?
I've made an app that validates its receipt using the ValidateStoreReceipt code on GitHub according to the Apple documentation. The docs say to sign your app, make a package (with signing), and then ...
5
votes
2answers
292 views
Once an application is available in the App Store, is it possible to change the developer/seller account?
We are developing an app for a client who is currently in the process of creating their own Apple account.
The problem is they got started with the process late, and we need to submit the app ASAP ...
4
votes
1answer
116 views
(iOS) Is there a way to retract my app submission?
I've just uploaded my first update to an app I've had in the app store for a while. Unfortunately I accidentally left some debug-related code in there. There is a UI element (a button) that triggers ...
4
votes
2answers
470 views
Is it possible to create, package and successfully submit HTML5 apps to the app store?
Hello everyone and thanks for reading...
I'm a Mono / Web developer and was recently talking to an Apple guy regarding development on the iPhone and iPad. Now I know that Objective C / XCode is the ...
4
votes
3answers
1k views
What happens to my apps after my developer account membership expires?
When my paid developer membership runs out with Apple, what happens to my existing apps on the app store?
I know that I cannot add new apps then, but do my existing apps stay? Can I change prices? ...
3
votes
2answers
109 views
Can I submit an iOS app to the Mac App store?
I've created an iOS app that supports multiple resolutions and I'd like to submit it to the Mac App store. Can I submit the IPA to the Mac App store?
More info:
I have an iOS account that I paid $99 ...
3
votes
9answers
364 views
Is there a way to throttle Apple app store downloads? [closed]
Whenever I release my Apple app, my servers get blown out.
Is there a way to throttle the number of downloads per hour or per day?
3
votes
1answer
349 views
App Store code obfuscation?
Just wanted to make sure:
What has happen to all the strings, urls I have in my binary?
When I build the project and later I browse the contents of the binary (when the project is called something, ...
3
votes
1answer
776 views
Bundle ID Blunder - But is this really an issue?
I have seen a lot of documentation that describes the "correct" or "recommended" format for AppStore bundle ID's to be as follows: com.CompanyName.AppName
This certainly makes sense, and it is how we ...
3
votes
2answers
261 views
All my products are known as “Invalid Product Identifiers”
I want to create a third version of an application that is already on AppStore. I want to add products to buy by In App Purchase.
I've tried all that i've readen in the forum but without success, all ...
3
votes
2answers
931 views
What you need BEFORE you submit your iPhone app to Apple
When submitting a new app to the iPhone app store, which of these are mandatory, and which are optional? (Free apps... or paying apps.)
A bank account with direct deposit access.
An email address ...
3
votes
5answers
2k views
Is it possible to make your uploaded iphone application auto-update?
I am about to upload my Iphone application to the apple store, however I intend to release more versions in the near future. Is there anyway to make my application auto update once I upload a new ...
3
votes
4answers
1k views
How was your iPhone developer experience?
Have you developed an app for the iPhone platform, and gone through all the hoops (both legal and technical) to have Apple distribute your app via the AppStore? How was the experience for you? How ...
2
votes
1answer
85 views
How do I change App name on iTunesconnect
Hi I have an existing app in App store, I would like to update the app name app store, along with a new binary update. However, I could not find the edit button on the Version Summary section in ...
2
votes
4answers
216 views
iPhone app rejected Reasons 2.13: Apps that are primarily marketing materials or advertisements will be rejected
I have submitted an app for restaurant which uses webservices to retrieve discount, menuitem, menu price and address, email etc.
Now my app rejected, it shows me Reasons for Rejection:
2.13: Apps ...
2
votes
3answers
152 views
Best Practice for Launching an app on the iPhone App Store [closed]
This is not a programming question, but a question on the best practice for iOS build versions for the iOS devices.
Target the latest iOS release.
Targeting the latest release allows you to take ...
2
votes
0answers
545 views
cannot get Mac App Store Receipt
I cannot seem to get a receipt from the Mac App Store in order to test my receipt validation. I have got my certificates (including the WWDR one) installed, signed the code, set up the test user in ...
2
votes
1answer
116 views
Iphone application revenue from AppStore [closed]
Can someone with experience in App Store market. Give me answers of my questions?
I hear stories that people make 5000-10000 $ per day from their app, is it real?
How may are users on App Store?
How ...
2
votes
1answer
53 views
I need suggestions for something alternative to apple subscription?
In my country apple does not support subscription, I can't make an app that can purchase monthly or period of time subscription, any alternatives?
2
votes
2answers
141 views
I want to release an eBook on the app store ? What is the procedure / [closed]
I have an eBook in ePub format and want to release as an app on the Apple App Store ?
How can I go about it ?
Does apple need the ISBN code ?
Can I just integrate one ebook in the app ?
2
votes
1answer
232 views
iPhone Network Connectivity Testing
Can you help me to get the right Network Connectivity tests so Apple do not reject my App (apparently this is one of the most common reasons for rejection).
My App needs network connectivity:
...
2
votes
1answer
263 views
Apple submission requirements for iPhone apps
Im not sure what the implications of point 2.10 of Apples requirements implies. 2.10 states "iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS ...
2
votes
1answer
694 views
Adding encryption to an iPhone app, how does it affect approval?
I am If I add encryption to an iPhone app (basically to encrypt a username/password when sending to the server), I will need to answer "Yes" to the question in iTunes connect of if I have added ...
2
votes
4answers
125 views
Pushing an upgrade to an app approved for sale but not released to AppStore
I currently have an app approved for Sale that has a release day set to a month from now. I want to add an extra feature to it before the release date.
Can I push an upgrade in during the time when ...
2
votes
1answer
325 views
Monthly paid subscription in iPhone app
i'm working on a news iphone app fpr a customer who wanna make end users monthly renew their subscription (and pay money )to get this news. i'm not with this business model but however, is this model ...
2
votes
4answers
2k views
Is it possible to “register” an iPhone App Name?
I was wondering if It is possible to "register" an iPhone App Name before the app goes on the app store?
Example:
A developer comes up with a really clever name for a iphone game.
He wants to ...
2
votes
1answer
873 views
App Store: submitting app with future release date then changing it to earlier date after it is approved
Lets say I submit my app for approval now. I set Availability Date to something like Nov. 30, 2011, because I have not yet decided when I really want to release my app. Then fortunately, my app gets ...
2
votes
1answer
68 views
How do they checks for vulnerabilities on Apple Store application?
I know that when you submit an application for Apple Store, it gets tested: if they find a vulnerability the application gets reject.
How do they do this checking? How accurate is it? What ...
2
votes
1answer
2k views
Where Can I Find the 'Available On The App Store' Logo?
I think apple provides hi-res logos to "Available on the app store" in the iOS developer center but I couldn't find it. Can anyone please direct me to a link to this? Thanks
Note: I am looking for ...
2
votes
3answers
124 views
Is there a limitation on the number of files in an iphone app?
Is there a limitation on the number of files in an iphone app?
My app will contain about 2000 or more text files.Would i be in trouble?
2
votes
3answers
522 views
Can I submit the same app to the App Store under multiple, different accounts/identities?
Working for a digital agency, you get a lot of interesting requests! :)
I have a client who has asked a rather strange question:
Is it possible to submit the same app to the App Store under ...
2
votes
3answers
511 views
Countries to sell paid applications from in Android Market and Apple AppStore
Paid applications in Android Market can be sold only from a handful of countries. Is it also true of Apple AppStore? From which countries can you sell apps on AppStore? Is there an authoritative list ...
2
votes
3answers
968 views
iPhone Developer account with someone elses credit card
Hi I wanted to enroll in Apples iPhone developer program the problem is I myself don't own a credit card is it Ok if I use some one else's credit card to sign up...
I mean can I just use the credit ...
2
votes
3answers
2k views
Can we use pthread instead of NSThread in iPhone apps
Well I have an application that uses both Objective C & c++ but for portability reasons I have tried to use c++ as much as possible.... Now I am confronted with some problem that requires threads ...
2
votes
5answers
832 views
Is base64 considered encryption in an iPhone app?
Is simple base64 encoding (for posting binary data to apples validation servers) considered encryption and would I have to report this when uploading my app to the appstore?
1
vote
0answers
8 views
Apple Mobile B2B Distribution Customization How-To [closed]
We are familiarizing ourselves with the Apple mobile b2b distribution model. We understand that we can distribute our app to any customer that has signed up with their VPP. We just distribute the app ...
1
vote
0answers
55 views
Error When Uploading App to Apple AppStore - The application wrapper must end in .app
We are trying to upload our mobile application to the Apple AppStore. When we do so, we get the following error:
The application wrapper must end in .app. ...
1
vote
0answers
59 views
App Store - Method Swizzling Legality
Is there any current information on wether or not method swizzling is legal/illegal on the App Store?
The only data point I can find is the Three20 framework shakeup a while back, which started with ...