App Store is Apple's online digital distribution store of applications, a repository of Apps to run on iOS mobile devices, as well as desktop Mac OS environments. StackOverflow questions tagged with this perform programmatic interactions with the App Store (such as listing apps or renewing ...
1
vote
4answers
972 views
How to programmatically determine if DRM was removed from iPhone application?
How can I determine if DRM was removed from iPhone application bundle (to protect it from piracy)?
0
votes
1answer
975 views
invalid binary, email received
I'm trying to upload an app to app store, and I'm getting a lot of trouble.
Now I received this email:
Dear developer,
We have discovered one or more issues with your recent delivery for ...
0
votes
2answers
1k views
Restrict to certain iOS target devices for App Store submission
I've had an iTunes App Store submission bounce back because of problems running on iPhone 4 hardware.
Basically, the app is written to farm all networking activity off to a background thread so that ...
0
votes
2answers
913 views
Updating new version to app store with different sqlite db structure
I have uploaded an app on app store (version 1.0). My app is using a sqlite database for storing some data. Now, I have made some changes in the database (I have added 2 or 3 new columns in one of the ...
219
votes
7answers
19k views
What are your experiences selling on the Android Market? [closed]
I've been hearing some good things about Google's Android Market recently, and I might look into developing for android (currently develop for iPhone OS) at some point, so here are my points to ...
9
votes
2answers
11k views
Does PhoneGap support In-App Purchase?
Has anyone used David Orchard's fork for in-app purchases with PhoneGap? It hasn't been updated in over a year. According to this thread Urban Airship can't help yet.
6
votes
5answers
3k views
Is It Possible To Add A “Rate This App” Link To My App?
Here's what I'm trying to do: I have a button on the settings page in my app - I want this to direct users to the review/rate page on the app store.
I know this is possible using [[UIApplication ...
8
votes
2answers
5k views
Deploying sqlite DB on iPhone app upgrade
I'm using sqlite as a datasource in an iPhone app. I have two questions regarding application upgrades.
1.) The data is all config/nontransactional. Meaning, it is readonly. When I update/add ...
5
votes
5answers
1k views
InApp Purchase rejected in App Store
I just got rejected on my Free app from app store. I uploaded 3 apps, HD(iPad), PayedIphone and freeiphone. In the free-version I had a link to the fullversion.
Apparently I need inAppPurchase in the ...
5
votes
2answers
4k views
Programmatically run a search on the App Store?
Is it possible to open the App Store app from within my app and run a search?
I'm looking to see if there's an appstore:// type URL that I could use, in the same way that mailto: and sms: open Mail ...
11
votes
1answer
3k views
Don't Backup to iCloud but still rejected
In my app i have to store Core Data Database and audio files, so i decoded to put them in Documents directory.
To prevent them from backing up, when i first launch the app, i put the Don't BackUp flag ...
2
votes
5answers
3k views
Link to App Store app developer page with iOS 6?
Is there a way, in iOS 6, to link from an app to a specific developer's page on the App Store app? By that I mean a list showing all the apps by the developer.
There are various ways to link to the ...
13
votes
1answer
6k views
Proper way to renew distribution certificate for iOS
My distribution certificate is expiring on June 7th, along with all of my provisioning files. How to I properly renew it? Should i revoke it now and request a new one? If I do that than will all my ...
13
votes
4answers
11k views
How to make QR code for BOTH Android Market and App Store
I have an app which has versions for both Android and iPhone. So I have two URL-s for them (Market and AppStore), but I do not want to add two different QR codes to the homepage. Is there a way ...
6
votes
2answers
1k views
How do I link from free to paid app in the Android market?
If I have a free version of a paid app in the Android market how can I place a button in the free app that opens the paid version in the market?
4
votes
2answers
3k views
Linking directly to the Write Review page from iPhone
I have been trying to redirect the user to the review page.
I tried 3 different URL formats:
{http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=350212768&mt=8}
(goes to the ...
2
votes
2answers
6k views
How do I submit an app through Xcode 4's organizer? I'm getting an error
I installed Xcode 4, thinking it would be similar to Xcode 3, and now I cannot get my binary to the App Store using organizer which I believe is the proper way to do this.
Has anyone got this working ...
11
votes
2answers
2k views
Updating apps to iOS6
Haven't been able to find an accurate response to this question on Apple Developer forums.
As with other Apple Developers, I will upgrading our apps to support iOS6 devices.
I've downloaded XCode 4.5 ...
8
votes
4answers
3k views
Updating live App ID for Push notifications
I have an app in the App Store which has a wildcard App ID. I want to add push notifications to it, but cannot as we have a wildcard App ID. This is the error I get:
Only explicit App IDs can be used ...
5
votes
7answers
6k views
Can't upload application binary to the App Store
We've finally gotten to the point of submitting our first iPhone app to the app store (or trying to), but I can't seem to get iTunes Connect to accept the upload.
I've attempted through both the web ...
4
votes
3answers
6k views
AppStore in-App Purchase Receipt Verification Issues
I know there have been quite a few posts on this but none seem to address the issues we're running into. So far I think I have everything setup correctly as specified in the iOS Reference Library ...
4
votes
2answers
5k views
Retrieving iTunes App Store XML with cURL and PHP
I have been extracting information from the iTunes App Store for the past couple of weeks using a script I found and modified. Everything was working fine until a couple days ago when I realized that ...
3
votes
1answer
755 views
linking to an app on the Itunes store [duplicate]
Possible Duplicate:
How to link to apps on the app store
A few web searches yield all sorts of contradictory advice on linking from an iPhone app to an app on the store. Here are some ...
12
votes
2answers
4k 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 ...
10
votes
5answers
8k views
An alternative to the device UDID - preparing ourselves [duplicate]
Possible Duplicate:
UIDevice uniqueIdentifier Deprecated - What To Do Now?
I know there have been quite a few questions on SO about this, but I think that because Apple is moving ahead of ...
10
votes
1answer
1k 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 ...
7
votes
1answer
2k views
iPhone - Export compliance when outside the U.S
We're based outside the United States and want to submit an application using:
SSL to protect data in transit
Keychain for saving username and password on the device
"Security by obscurity" which ...
7
votes
3answers
3k views
Automatically download sales reports from iTunes Connect
I had a nice and hacky Perl script to automatically scrape and download sales report files from iTunes Connect. As of today, Apple overhauled the sales report site. It looks a lot nicer, but it uses ...
6
votes
1answer
2k views
Is there an API or any other method to automate the submission process?
I have a number of apps which are similar in functionality and UI. I create the user interface by picking up variables from a .plist file. For instance, I save the source of the API from where I pick ...
5
votes
4answers
2k views
Detect at runtime which country's App Store my iPhone app was downloaded from?
I have a feature in my iPhone application that, for business reasons, should only be shown/available to customers in the US. If I want to release this app to App Stores outside the US, what's the best ...
3
votes
1answer
2k views
how to force installation of xcode
I tried to install XCode via AppStore but it fails with the following message:
We could not complete your purchase
Xcode is already installed on this computer. Choose Software Update from the Apple ...
2
votes
2answers
768 views
Ad Hoc Distribution - Does it update an existing previous installed version of an app?
What happens when a user installs an ad hoc distribution of an existing app? And what happens if this app (or a newer one) hits the App Store officially?
To sum it up:
A user already has a v1.0 and ...
1
vote
3answers
3k views
How to implement a “rate us” feature in a phonegap app
I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app.
The problem is that the app is implemented using phone gap. Is it ...
22
votes
1answer
4k views
AppStore submission - how to duplicate the release configuration?
I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple :
http://tinyurl.com/3ol2qoj
that to prepare an app for submission to the app store in XCode ...
8
votes
5answers
4k views
Best Portal to buy and sell J2ME apps [closed]
There are so many app stores for any kind of platform out there, but when I try to find a good store to buy and sell j2me apps, I find some, but no really big one or defacto standard like I was used ...
7
votes
4answers
1k views
Name of App in App Store
I want to submit an app to the app store.
The app has been developed with one name all along - "Monkeys". However, now it needs to be changed to "Apes".
Do I just need to change the Bundle display ...
5
votes
4answers
2k views
How to test renewable subscriptions (App Store)
I'm implementing auto renewable subscriptions in my app and I wonder if there is a way to simulate when a subscription period runs out and a new transaction is created.
The app is connected to a ...
5
votes
2answers
1k views
How to use bzip2 format in iOS? Apple tell me bzBuffToBuffDecompress is private APIs
Today I submit my iOS App to app store, but soon I got a mail from apple, it said that,
cannot be posted to the App Store
because it is using private or
undocumented APIs:
Private Symbol ...
5
votes
2answers
3k views
iOS App Store Unique App Names? [closed]
Must iOS apps have a globally unique name? The iTunes Connect Developer Guide implies that they do, but doesn't say so directly. The closest it comes is (p71):
As a result of this deletion ...
4
votes
1answer
399 views
How can I know if I'm using private frameworks?
I am developing an app for the App Store. However it is in an early stage, and not ready to be submitted to iTunes Connect (Needs things like screenshots, app icons, support URL, etc.) Apparently ...
4
votes
2answers
607 views
Can we Obtain Version Number of application from App Store for iPhone?
Instead of using a web-service to get current application version number and comparing it in my code for popping up update alert, Is there any way to obtain the application version number from ...
4
votes
3answers
2k views
Check Update Available App Store
Anyone known if exist some way to check if exist one update available on App Store??
I want notify to user the new updates on my application begins...
Thanks
3
votes
4answers
977 views
Does the app store show iPhone 5 users the smaller screenshots too, and vice versa?
I'm wondering whether I need to make repeating screenshots for both the regular iPhone size and the iPhone 5 size, or whether it shows both to both users. For example, an iPhone 5 user would see the ...
3
votes
3answers
6k views
Official list of countries for iPhone AppStore and In-App Purchase? [closed]
I am looking for an OFFICIAL list of countries where :
1 - users can download free applications using the AppStore?
2 - users can download paid applications using the AppStore?
3 - users can use ...
3
votes
6answers
830 views
Unknown and unreproducible crash causes App Store rejection
After submitting our application several times, we continue to receive the following response:
Thank you for submitting My App to the
App Store. We've reviewed your
application and determined ...
2
votes
3answers
1k views
App Store developer renaming
I have a developer account for person, not a company. And I have my name written near every app that I published. Now I want to changed it to fancy name without changing my developer account and ...
1
vote
2answers
309 views
Search Apple App store by genre with iOS/Obj-c
How would you use Obj-c to search the Apple App store to do the following...
Return the details of the top 100 in the games overall category or a
specific games category
Return the details of a ...
1
vote
1answer
4k views
Code Signing Error
The company I am working for has a base app that they reskin and sell to different businesses. I have redesigned the app and am trying to upload it to their account but am getting:
[BEROR]Code Sign ...
1
vote
2answers
1k views
Connecting the LITE Version to the FULL Version on App Store
OK, so I have the full version of my application up and running on the App-Store. Now I'm working on the lite version; I placed a button in it that supposes to direct the user to the App-Store to the ...
44
votes
13answers
28k views
Xcode 4.1 can't reinstall. App store says “installed”
Today i update my system to Lion and try to update Xcode.
After downloading from app store i get error.
So i remove my old Xcode 4.0 by this command
/Developer/Library/uninstall-devtools ...
