Tagged Questions

9
votes
4answers
5k views

How do I force install XCode 4.1 from the app store?

the app store botched its installation of Xcode 4.1 (it turned claimed it was 4.0 but the app store claimed 4.1 was installed). So I deleted the /Developer folder thinking this would let me reinstall ...
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 ...
5
votes
4answers
721 views

App Store Review Button

Hey, is there a tutorial on making the popup that says you know, "please leave us a review in the app store" in an iOS app? I cant find any :/
5
votes
2answers
304 views

What language are Android apps built in?

I have just started learning about Android and I was planning on making a few apps. So I was wondering what language do I build apps on and what are the free tools and ebooks about it and also any ...
5
votes
1answer
80 views

If I develop an iPhone app for a friend's business and that friend doesn't have a Mac, how can I upload the app under his company name?

I don't want to release it under my own membership profile - but they don't have a Mac. Is there a way to sign the binary with their profile and upload it without messing with my own profiles? I ...
5
votes
3answers
4k views

Private iPhone App, without App Store?

I am developing an iPhone app for a private company. It contains business critical data and should only be able to use for this company. Do I still need to go via the App store? Is there not a ...
4
votes
1answer
256 views

Can I use the Corona SDK to make iPhone apps and sell them via the app store in a windows environment?

I know that I can install Corona in a windows machine (as I just did), but will it be possible to sell the app I'm going to make at the app store? Moreover, if Corona is just for Mac, can I install a ...
4
votes
3answers
158 views

Contest for iPhone app purchasers -> How can they prove they bought the app?

I'm thinking about holding some kind of contest/giveaway for people that bought my app, basically as a marketing strategy. Buy the app and get a chance to win $ or some prize. Not sure of the ...
3
votes
1answer
186 views

Notify User about new update of application in app store as a alert and automatically install updated version in iPhone?

Currently my application with version 1.1 is available in app store. Current Scenario: when i update new version update is shown in app store when user goes to app store. Required: As soon as user ...
3
votes
3answers
845 views

Can't submit Mac app via xcode4 - Invalid Signature

I keep getting this error: Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer ...
3
votes
1answer
371 views

How to determine App download date?

How do I determine the date(s) an app I developed was downloaded from the App Store?
2
votes
1answer
132 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
2answers
75 views

Update to iphone app not pushed to me

I provided a new binary for a new version of my first iphone app. The new version is ready for sale today. However, when I check the app store notifications, no notification has come to me to update ...
2
votes
1answer
266 views

Debug and Release Build works fine but the Distribution/AdHoc Crashes

HI there, Some users of my application have reported me that my application is no longer working. It closes just after launching it. I have been trying to identify the crash for days with no luck ...
2
votes
1answer
122 views

App reject factor: name?

Will my app get rejected if it's Bundle name in info.plist is "AppName" and it's name on iTunesConnect is "App Name"(the difference is that the name on iTunesConnect has a space between "App" and ...
2
votes
2answers
312 views

Mac App Store Approval Duration?

Sort of out of the programming realm, but does anyone have a recent waiting time for the Mac App Store? I submitted mine a week ago and still nothing.. Zach
2
votes
2answers
539 views

Will java application be accepted on the new Mac App Store?

I heard Apple will accept only Objective C apps in the Mac App store. Someone know if java app will be accepted?
2
votes
3answers
508 views

iPhone: different icon for homescreen and App Store

I would like to know if the app icon on the iPhone can be slightly different than the one shown in a large version in Apple's App Store. It was discussed in short here: ...
1
vote
1answer
63 views

how to get crash report when app rejected by app store?

I had submitted my first app to the App Store last friday. after one week,unfortunately, they rejected my app cause it seems to crash in some weird situations. I had tried my app on 4 different ...
1
vote
1answer
49 views

Does releasing a new version remove existing version from appstore?

I have an app, but I would like to make some fixes. If I upload a new version, will it invalidate the existing app until it is approved? or the existing version will continue to be available on the ...
1
vote
1answer
49 views

Does App Store Updater Download Always All Content?

I've developed an iPhone/iPad application which is 100 Mb. It contains images and static libraries. Does app store is so smart, so when users download new version of application updater will download ...
1
vote
2answers
169 views

Updated app, still, old version is downloaded from the App Store

Something strange happened to me. I updated my app and it was approved. When I downloaded it I was shocked to see that it was the old app. Not the updated one. The improvements were countless.. so I ...
1
vote
2answers
82 views

iPhone App Free and Paid version at the same time?

I am in the process of developing an app for the iPhone and iPad. I have searched for the answer to this here and on Google but have not found the information I need. I would like the app to be 99p. ...
1
vote
1answer
355 views

How can I see how many times my app has been downloaded from the app store, I'm only able to see the last 26 weeks [closed]

I'd like to find out how many times my app has been downloaded since It is available in he app store. The best I was able to get was from the iTC mobile app that allows to select the last 26 weeks, ...
1
vote
1answer
317 views

Launching app OR app store from Safari?

I already know how to launch an app from safari, but is it possible to check if the app is installed before launching? I'm thinking to launch the app store if the app isn't currently installed on the ...
1
vote
1answer
532 views

“This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK.” [closed]

There are a lot of responses dealing with iPhone development, but this is in relation to mac app store development. I am running Lion, with a new install of Xcode. When I try to submit or validate, ...
1
vote
1answer
336 views

How does the app-update process in the Apple AppStore work

I managed to squeeze down texture/image data for my game to 20mb to allow 3G downloads. I would like to stay below 20mb, even if my app gets updated (additional texture data). In order to allow future ...
1
vote
1answer
210 views

Donation button/link in a free app

Good day all, I've recently developed an app that will be submitted soon to the App Store. I want to submit this app for free and was wondering if I could implement a button with the PayPal donation ...
1
vote
1answer
118 views

Classifying iPhone Apps by Language (English, Japanese,etc.)

Does Apple provide a way for developers to classify the iPhone apps based on language? I have been checking out the various feeds and APIs provided by them, but there seems to be no way to pull apps ...
1
vote
2answers
380 views

iPhone app rejected - because use of one private API function - but there is no alternative - what to do?

I wrote a nice app that would simplify life for many - somehow similar to these phone card apps. However, there is one private API function which I have to use to send a hash '#" in a phone call ...
1
vote
1answer
106 views

How do I tell appStore that the upgrade of my app is mandatory?

I have an app (v1.0) at appStore for a year or so. This app runs with and back-end (v1.0). Now I want to deploy a new version, front-end and back-end. (v1.1) But the front-end 1.0 is going to crash ...
1
vote
2answers
1k views

Apple App SKU: How do I view and change SKUs?

When I go into iTunes connect and create a placeholder for a new App, it asks me for SKU. It seems that I can pick a number out of the blue to use. However, where can I find SKUs for my existing ...
1
vote
1answer
347 views

Link to App Store

What's the link to my app on App Store? I want to input only the App ID. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"???"]];
1
vote
1answer
2k views

What should the transactionReceipt verification json look like?

I'm trying to verify a sandbox transactionReceipt at https://sandbox.itunes.apple.com/verifyReceipt using php and cURL. The original receipt when it arrives at my server looks like: { "signature" = ...
1
vote
2answers
345 views

If I want my iPhone application published in the App Store ASAP, when do I submit my application?

Must I have the entire application built and completed, before submitting anything? (In other words, can I stand in line as I develop the application)
1
vote
2answers
866 views

iPhone Private distribution

I am new to iPhone world. I have developed an application, which I would like to send to all the iphones come under the vicinity of a particular wi-fi access point. (It is meant for a shopping mall) ...
1
vote
3answers
1k views

test my app before submitting to app store?

is there a way i can test my app before submitting to app store for being not rejected by apple?
0
votes
1answer
58 views

iPhone App SIze jumps from 12mb to 31mb while processing

When I submitted my app, it was 12mb but going now through processing it jumped to 31mb. I think this is due to the armv6 and armv7 architectures that weren't added before. But still, 19mb is ...
0
votes
1answer
18 views

How to track a app download source at Apple App Store?

Here's the problem. We have several partner to promo our apps (at Apple App Store). But we can't know how many downloads from each partner. Is there have any solution?
0
votes
2answers
50 views

in app link to app store app

Just trying to make a button that links in ratings tab in app store but have some problems doing so, found lot of links with itms:// and http:// as prefix but non of them work in simulator could ...
0
votes
1answer
48 views

go to AppStore update screen from an iOS application

Is there a URL I can launch from the app that will take the user to the "Updates" tab in the AppStore application on an iOS device?
0
votes
0answers
111 views

Application Loader (Apple) stuck on “Sending API usage to iTunes Connect”

I am submitting an iOS app to the App Store using Application Loader, however, it never gets past the "Sending API usage to iTunes Connect" stage. There is no error - this stage just doesn't complete. ...
0
votes
0answers
27 views

Is there some template for Terms of Service?

I'm building an app for the App Store, and i suppose i need to add "Terms of Service" with it. Is there some general template i can use as is?
0
votes
1answer
100 views

iTunes Connect - re-add app to appstore as new release

what happens if I remove my app from tunes connect and re-add it again to get listed again in the daily releases? does apple checks any checksumor something? (I am asking becaus I missed to get into ...
0
votes
0answers
96 views

iOS 5 app update

I have an iPad App in the App Store witch was designed for iOS4. But on my iPad 2 with iOS5, the app doesn't work anymore. I've already fixed the bug so that's no problem. Now I want to push a update ...
0
votes
2answers
254 views

iOS - archived IPA size does not match what app store reports as size

I am submitting my iOS app to the App Store. In the last version I checked the size by: Archiving for App Store Sharing the Archive through the Organizer I checked the size of the resulting file and ...
0
votes
3answers
134 views

consequences of itunes app name being different then xcode project name

what are the consequences of itunes app name being different then xcode project name? Will my app not be accepted into the store if they are dfferent? fyi I already created an app called X on itunes ...
0
votes
1answer
164 views

My app disappeared from its appstore category after 5 days

I posted my app 2 weeks ago, got approval 5 days letter and people started to buy it! yeah! We are at 5 days now with 6 review notes of 5 stars so far... and the app simply disappear from its category ...
0
votes
1answer
50 views

Help with updating an app on app store

What should I change in info.plist when updating an app? I see that there are: Bundle version string, short: 1.0 and Bundle version: 1.0 Should I change both to 1.1 or just one of them and which?
0
votes
1answer
502 views

App “Ready for Sale”, appeared in App store, then disappeared after 2 hours? [closed]

I just submitted my first app July 16th and it got the "ready for sale" signal yesterday. About 22 hours later it was finally in the app store via direct link (not searchable). I got a few of my ...

1 2