Tagged Questions

16
votes
3answers
4k views

Pre-release checklist before building final version for App Store

Curious what practices people have learned before making their final build and submitting to the App Store? Aside from switching from Debug to Release & commenting out calls to NSLog what other ...
8
votes
3answers
681 views

App Export Compliance using the Dropbox API

This question (or variations of this question) has been asked before, but as Apple's export compliance rules change relatively frequently, and no one seems to ever get a straight answer, I thought I ...
5
votes
2answers
340 views

HTTPS on iPhone - What kind of encryption?

I'm using an NSMutableURLRequest in an iPhone app, that uses a Content-Type: application/x-www-form-urlencoded The protocol is https. From what I understand, this means the app uses encryption. ...
4
votes
1answer
226 views

Iphone app for german app-store (localization)

i recently published an iphone app using monotouch to the market. It's currently in the waiting for review status. Today i found out that when clicking on the button "View in appstore", the ...
4
votes
1answer
151 views

Qualified for iOS4

I just submitted an app to the App Store for the first time. During my build I set the deployment target to iOS 4.2. When using the Application Loader I was asked if the binary was "tested and ...
4
votes
1answer
2k views

Promo code for in app purchase items

Apple doesn't provide promo codes for in app purchase products. My content will be in an sqlite database in the app. I'll use a column flag to indicate purchase status. Once the user purchases, I ...
3
votes
4answers
148 views

Is this allowed in App Store?

I am making an app for some people and they want to instantly update the app whenever they want after first submission. The changes will be like color, fonts, background color, removing a tab from ...
3
votes
1answer
108 views

How can I support iOS 3.0 and not iOS 3.2

I have set my base SDK to 3.0 but don't want my app available for iPad (3.2). How can I accomplish this?
3
votes
4answers
2k views

Store Kit transaction failing

I'm attempting to test a Store Kit transaction with the iPhone 3.0 SDK. I am basing my code off the sample code in the Store Kit Programming Guide, but I keep getting failed transactions (status: ...
3
votes
7answers
654 views

Best way to generate both “free/demo” and commercial apps from the same source code?

I would like to provide two different versions of my iPhone app on the App Store -- one free that is limited by the number of items displayed through the application, and another one completely ...
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
2answers
123 views

Publishing an app only for ipod devices

I have to publish an app in the appstore but I want that only visible in ipods and ipads, NOT iphones. I saw apps, like whatsapp, are available for iphone and not for ipod and ipads. I couldn't find ...
2
votes
1answer
114 views

Software as a service on iOS with subscriptions?

We are developing an app which we want to sell as a subscription rather than a onetime purchase on the app store. We'd like to distribute the app in a free but limited version. The pro features can be ...
2
votes
2answers
352 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 ...
2
votes
1answer
251 views

iPhone Lite to Paid App

I have a lite iPhone app that has a link for the Paid app on the app Store. On the following question it was mentioned that the app was rejected because of the same behavior and in order to apply this ...
2
votes
2answers
878 views

App Rejected for not using HTTP Live Streaming Protocol

Do I need to make any code-level changes to play my videos over HTTP Live Streaming protocol? or is it more a server issue, where i need to re-encode the videos etc? We've reviewed your ...
2
votes
1answer
981 views

UISegmentedControl like in the AppStore app

How can I get a UISegmentedControl (I think it is one) like in the AppStore app after you chose a category in the categories tab. I do NOT mean a UISegmentedControl on a navigation bar but underneath ...
2
votes
2answers
368 views

Localized price from App Store

I'm putting links to other apps by the same company into an iPhone app, and we want to display the price of those apps. Is it possible to somehow get the localized price string (amount and currency) ...
1
vote
2answers
78 views

Why would my app draw incorrectly on an iPhone 3G when downloaded from the App Store?

I have an app that works fine in the debug mode on the device. I sent the app to the App Store and it works fine, except for iPhone 3G. My test(debug) device is an iPhone 3G and it works just fine ...
1
vote
2answers
54 views

Objective-C – Using NSCoding and updating your app to the App Store

I'm using NSCoding to encode my objects and save them to disk as a "caching" feature not having to download data every time my app is started. Right now I'm saving this data in the Documents folder of ...
1
vote
1answer
63 views

iOS provisioning - will it break my existing app's APNs on the app store if I create a Adhoc provision?

I currently have an app in the app store and lost my provisioning profile that had Ad-hoc as its distribution method. I need to test the production APNs on a device before I push out the app but cant ...
1
vote
1answer
60 views

Instant update on AppStore (websites like MobileRoadie and AppMakr)

How do websites that allow user to make iPhone apps like MobileRoadie and AppMakr make immediate changes to the layout/font/color/style of your app even if your app is in AppStore? Don't they have to ...
1
vote
2answers
267 views

How can I launch app store from my application

Im trying to implement button which opens app store application from my app. I use this simple line of code, which opens safari but not app store application. [[UIApplication sharedApplication] ...
1
vote
2answers
879 views

all product identifiers are invalid in my ' in app purchase' application

app id: com.riseuplabs.newapn product id: com.riseuplabs.newapn.01 and com.riseuplabs.newapn.02 The bundle Id is correct, provisioning profile is correct, product Ids (com.vendor.appname.itemname) ...
0
votes
1answer
9 views

Getting UIRequredDeviceCapabilites error when validating app

I'm trying to validate my app for upload but getting the following error: I have armv6 and armv7 under valid architectures.
0
votes
1answer
121 views

Transfer ownership of an App including banking without affecting current rankings [closed]

Possible Duplicate: Transferring ownership of an iPhone app on the app store I created an app under a single developer license, submitted it to the app store and watching it flourish over ...
0
votes
1answer
107 views

Validating receipt with App Store in sandbox mode

I'm having some trouble testing my in app subscriptions. To know where to start I would like to know if a recepit can be validated (in sandbox mode of course) even if it's not approved by apple. I get ...
0
votes
1answer
90 views

Where in iTunes Connect can I upload my large image icon?

I have an app that is already in the App Store. I am providing an update to the app and want to change the large icon. For some reason it still shows the old app icon. There are no options to upload a ...
0
votes
0answers
53 views

Is it possible to know the keywords used in AppStore for a given iPhone App? [closed]

My apology for posting this question here as I was not sure which Stack Exchange site to post to. I would like to know if there is a way to find out the keywords used by an App when they submitted ...
0
votes
2answers
306 views

Why can't I change an iPhone app release date?

Another answer states: You can only use the Version Release Control on app updates. It is not available for the first version of your app since you already have the ability to control when your ...
0
votes
1answer
46 views

Do we need to upload new build if we just have to change iTunes App Icon?

I wanted to change the app icon (512 x 512 pixels) thru iTunes Connect. But when I do "Edit" it does not allow me to change the icon. So, do we have to create new version of the app in iTunes and ...
0
votes
1answer
235 views

iphone:how to implement rate the app popup for iphone app every 5th time user opens up app?

I need to implement the rate tha app popup when user every 5th time open the app user can also give review and then i need to redirect him to page of iTunes
0
votes
1answer
145 views

Is it detect iPhone app price change?

One of my project need a function to detect the price change of the app in app store. Is it possible? Welcome any comment Thanks
0
votes
1answer
83 views

Problem uploading to App Store

I have downloaded the application loader to upload my app to the App Store. When uploading my app, I am getting the following error: App is not in valid location: it should be at top level of ...
0
votes
1answer
698 views

UIAlert View Objective C - Opening app store link

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:nil message:@"An Alert!" delegate:self cancelButtonTitle:@"OK" ...
0
votes
3answers
219 views

App-store: Is it a good idea to include a youtube video link in the description of an app?

Will the viewers be able to click on a link from a description or is this not possible as far as how the app-store works? I'd like to show the users what the app will look like before they buy it by ...
0
votes
2answers
138 views

Are IPhone apps guaranteed to work on iPod touch?

Since, I don't have the iPod touch simulator in xcode, and I don't have an iPod touch device there's not much of a way for me to test my app on this device. Since it works on iPhone 3gs and iPhone 4 ...
0
votes
1answer
196 views

How to update a free version of App with Paid version of same app from the app in iPhone apps?

I am developing an which requires up-gradation of App from free app to paid app in free application itself. i want to lock some features in Free app and if user wants to access locked things they have ...
0
votes
1answer
847 views

Will my app get rejected if I place an iAd in a UITableView headerView?

I am displaying iAd's in the headerView of a UITableView. When the user scrolls the iAd disappears because the headerView is no longer visible. I am not sure if this will prevent my app from being ...
0
votes
1answer
114 views

Are there limitations for playing video over wifi/3G on the iPhone?

I have an app that is playing archived *.mov files from a server. Some of them are longer than 10 minutes. Is this ok? Can anyone point me to the guidelines for playing video?
0
votes
1answer
556 views

app crash on iPhone 3G running iPhone OS 3.0.1 and iPod touch running iPhone OS 3.0 and Mac OS X 10.5.8

My application was rejected because it is crashing on iPhone 3G running iPhone OS 3.0.1 and iPod touch running iPhone OS 3.0 and Mac OS X 10.5.8. ,I thought that iPhone apps should be tested only ...
0
votes
0answers
272 views

App store Application Submission Feedback

I submitted my application to the App Store and I got that feedback,it is crashing on iPhone 3G running iPhone OS 3.0.1 and Mac OS X 10.5.8. I tested the application on the new SDK simulator 3.0 and ...
-1
votes
1answer
36 views

App Store - Localization in how many languages

I'm planning to release an international app so I want to provide localization for all the supported languages on the iPhone. Does there exist such a list? And what would you think would be a bare ...