Questions marked with this tag concern the approval process of iOS or OS X applications by Apple specialist before adding these applications to App Store.

learn more… | top users | synonyms

0
votes
4answers
31 views

SKPayment is deprecated

Im using following for InAppPurchase payment process, SKPayment *pay=[SKPayment paymentWithProductIdentifier:myProduct]; Is appstore reject my app or not
0
votes
1answer
26 views

Is it safe to compare private class names for an app that will be submitted to AppStore in iOS?

I have an app that I will submit to the Apple AppStore. In this App, I need to specifically close the TWTweetComposeViewController when the app enters the background. In iOS 6, I get the Tweet ...
0
votes
2answers
104 views

Titanium PayPal module submission rejected by Apple because of Non-public API usage

It works fine in enterprise account, I can use it to pay real money, but when I upload it to appstore, error exists. "Your app contains non-public API usage......" The module I used is downloaded ...
0
votes
2answers
95 views

is it ok for another app to be able to quit my app?

I'm implementing support for JACK (http://www.crudebyte.com/jack-ios/) in my app (http://audulus.com if you're curious). The JACK app has UI to quit other apps (such as mine) that are connected to ...
1
vote
2answers
51 views

iOS App Store approval rate for trigger.io apps

We are ready to start the development of an using trigger.io, however some last minute external feedback pretends that trigger.io apps are systematically being rejected by Apple since the launch of ...
0
votes
1answer
75 views

Apple reports app crash but I can not figure it out

Apple indicates the app crashes at launch on iphone 5, but I can't see where. On my iPhone 5 and iPad it runs perfectly. This is the Apple notes and crash report (it's symbolicated on organizer and ...
0
votes
1answer
43 views

How can Facebook update their iOS app every other day? [closed]

I noticed that Facebook iOS updates sometimes come very fast. Like yesterday they updated their app and today they updated again, this time only the icon.. How is this possible? Can I do that too or ...
-1
votes
1answer
36 views

iOS application acceptance [closed]

I want to start develop new iOS application. It will be my the second iOS app. First time I was many problems when app sent to acceptance, so I read guide and solved problem. But I did nit find, if I ...
0
votes
2answers
56 views

Should I always have commented lines including authorship/copyrights/date on top of my Objective-C files? [closed]

// // SomeArray.h // SomeProject // // Created by Stanislaw on 2/12/13. // Copyright (c) 2013 SomeCompany. All rights reserved. // This is the example of the lines which are automatically added ...
1
vote
0answers
52 views

Error while uploading to App store using Application loader

We are trying to upload an updated version of the app to the store. The upload takes a long time and finally when its done, we receive the following WARNINGS. ... Checksum validation failed. ... ...
0
votes
1answer
28 views

Publish app with the copyright of other company

My company have been chosen to develop an app for another company. Once this app is published, in the AppStore it will appear our team as the developers but we want to appear the name of that other ...
0
votes
1answer
47 views

iPhone - Large App icon while submitting to app store is blurred

I am uploading my app to app store for the first time. I am new in uploading to app store too. I noticed that we have to upload 1024 x 1024 pixels app icon for app store purpose in itunes connect. I ...
0
votes
0answers
28 views

Does embedded.mobileprovision exist during app review?

In my app I'm checking if my app was released in production using this technique used by Hockey app in the hockey SDK. ...
14
votes
14answers
3k views

App rejected, but I don't use UDID

Today we received a feedback about our submission and we do not understand the reported problem: "Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice. ...
0
votes
0answers
22 views

How to “reject” not yet sumbitted app update

I have added a update to my AppStore app. 10 days later, it got rejected. Now I pressed "Ready To Upload Binary". In those ten days I have made a big update to the app. I however, want to delete the ...
2
votes
2answers
39 views

Making a universal app exclusive to the iPad again [duplicate]

I have an app that started out as an iPad only app. I later made it universal but found that my main clientele were iPad users. I don't want the extra work of supporting both sides anymore. Is it ...
0
votes
0answers
33 views

Play Audio from Video in Lock Screen

I have an app where I want to play audio in the background. The trick is that there are NO audio tracks by them selves. There is only video, which is where the associated audio is coming from. I ...
-2
votes
1answer
32 views

App Store Resubmission Process [closed]

I've been trying to get my app approved by Apple for 3 weeks. It took 1 week to get "In Review" and then they told me what to fix. I fixed the problem and then resubmitted the binary. It then put ...
0
votes
2answers
22 views

Will changing product name in build setting affect update?

I've changed the product name in the building settings of my app. It is an existing app, that I want to submit an update for soon. Will this affect how I submit the app?
0
votes
1answer
39 views

How do I make my app “approvable” for the app store after rejection?

I have an app on the App Store called System of A Down app. Yesterday, while having submitted the new version, ( which fixed a critical bug ) I submitted for a Expedited App Review. I got a message ...
1
vote
3answers
74 views

Will apple store accept my custom status bar which will show for a moment in iphone?

I developing a card swipe reader like application when I connect the device via audiojack in my iphone I want to show a message "device connected" in status bar which will be a custom status bar looks ...
0
votes
1answer
18 views

iPhone Configuration profiles and Appstore

To satisfy some requirements in my app, I am planning to use iPhone configuration profiles (generated using iPCU). My questions - Can we deploy an app in AppStore that uses Configuration profiles? ...
0
votes
0answers
19 views

In-app restore with custom provisioning

I'm designing an app which allows user to subscribe (with auto-renew) to some products. When I receive a receipt, I proceed to provisioning the user's account with access to the locked features. I've ...
0
votes
4answers
60 views

Can I upload an App regions wise using same bundle ID in IPhone?

Can I upload different Applications as per regions that is application for Rome, apllication for USA, application for India using same bundle ID or diffrent at apple app store? Will Apple accept ...
0
votes
2answers
71 views

Consumable vs. non-consumable in iOS

We are three guys, who have made a free game for iPhone, which has been available on the App Store for almost a year. The app is a board game, where you create a user or login using your Facebook ...
0
votes
1answer
37 views

How do I submit an app to iTunes yet have it in my client's name?

I am building an app for a client and they want to submit to the App store under their name. I'm assuming they have to buy the $99 app license. Must they have a Mac with Xcode installed to do so? ...
1
vote
2answers
65 views

Saving credentials in NSUserDefaults can cause app rejection?

I am a newbie at iOS development and I have used NSUserDefaults to save the username and password of the user. I now know that I should be using Keychain instead of NSUserDefaults for this, but I ...
3
votes
3answers
480 views

How to detect which 3rd sdk use UDID?

We use a lot of third-party SDKs from ad providers, and since Apple will not allow UDID access after May 1st, I want to check which SDKs use the UDID function. Is there a simple way or tool to do ...
1
vote
1answer
113 views

What kind of downloaded code violates App Store Review Guideline?

App Store Review Guidelines says: "Apps that download code in any way or form will be rejected." I'd like to make an app using Challenge-Response for authentication. The app has a set of basic ...
0
votes
1answer
26 views

App with iAd and App without ad should in different projects?

here is my question, i made an app and put on appstore, but i wish to charge the version without any iAd for 69p ...and the version WITH iad built in for free... so, should I make two separte ...
0
votes
1answer
238 views

iPhone app rejected - due to iPad crash, targeted device family was set to iPhone only

My iPhone app was rejected today, due to a memory issue when tested on an iPad device. We found that your app crashed on launch while installed on iPad (3rd Gen) running iOS 6.1.3, which is not ...
-2
votes
2answers
88 views

Will Appstore approve such application to be developed for iphone [closed]

I am planning to develop an app for a client which holds business into selling of traditional clothing items targeting a certain community but has a good customer base. i plan to throw notifications ...
5
votes
1answer
133 views

CCATS on iOS AppStore and encryption

This is going to be one long question... Actually a set of related questions... I want to make an iOS app, that will be sold on Apples App Store, (obviously). My app will store some sensitive user ...
0
votes
1answer
74 views

Can i use same iOS developer certificate for Different Applications or Profiles

I have released App1 in App store, I have a Developer certificate and multiple Developer profile for DEV/QA with same Developer certificate which is used for APP1. Now I'm going to start App2 ...
0
votes
1answer
31 views

Can the use of YLProgressBar added on an alert view cause rejection of my app on app store?

In my iOS application I have used alert view to show a message of 'Loading Data...' and have added a YLProgressBar as a sub view on alert view which shows the progress of data loading process. I ...
1
vote
0answers
31 views

iPhone app file difference in size from xcarchive and the normal app file created by build

While submitting an app to appstore through application loader, we need to provide app file. I create an archive and extract the app file from xcarchive file by exploring it through 'Show Package ...
0
votes
1answer
134 views

iOS In-app-purchases and web services

Would Apple allow in-app-purchases which give access to a web app or online service? If, for example, I build a native iOS app version of an online service (say, a paid service similar to Readability, ...
-1
votes
1answer
111 views

Copyright on sounds from games like Super Mario Brothers for iOS games [closed]

I am building my own game that is similar to Super Mario Brothers for the iOS platform. However, I would like to use (for the sake of nostalgia purposes) the sounds from the original game, Super ...
0
votes
1answer
55 views

in-app purchase restore button — provide it even though one doesn't know whether or not the user has purchased the content?

I have had an app update rejected because I don't have a restore button for my in-app purchase. What I don't understand is -- when I first show the iAP to the user, I don't know if they have already ...
-1
votes
2answers
56 views

After app store submission [closed]

I have already submitted the binary of my application to the app store and now its status is "Waiting For Review". Now my client says "Please make sure the application is not live on iTunes after it ...
0
votes
0answers
45 views

custom b2b app also in regular store

I was wondering if it would be possible to submit the same app in the regular iTunes Store as in the Custom B2B Store? We've got an app we would like the general public to pay for but give it for free ...
0
votes
0answers
16 views

Signing App with other Apple Developer Program account

I have an Apple Developer Program account, and other vendor produces an App for my company. In order to let them sign the App with my Apple Developer Program account, what information / file should I ...
1
vote
1answer
179 views

MPMoviePlayerViewController playback video after going to background for youtube

I have set App Plays Audio for Required background modes in my app's info.plist to keep the mpmovieplayerviewcontroller not dismissing after going to background. It did a great job. However, Apple has ...
0
votes
2answers
72 views

Why applications like ebay are not rejected from AppStore [closed]

In App Store Review Guidelines is said: 11.2 Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected 11.13 ...
2
votes
2answers
54 views

Application state save/restore

I want to know if application state save/restore is mandatory or optional in order to get application approved for App Store?
-10
votes
2answers
182 views

app is rejected by apple for 2.2 bugs [closed]

My app is rejected again first time it is rejected by 10.6 then i integrate some native functionality like add event to iphone using eventkit then i resubmit my app then it is again rejected by 2.2 ...
0
votes
1answer
39 views

App Size and dynamically downloading resources

My application that will be posted soon is going to dynamically download images and resources that have to do with art when something is unlocked in the app. This will keep down on app size and the ...
1
vote
1answer
66 views

Just submitted an iOS app, but spotted a localization error… should I resubmit?

I just submitted an English-only app for App Store review, but I spotted the following in the binary details: Localizations : ( "pt_BR", "de", "fi", "ru", "en", "nl", "it", "fr", "hu", "es", ...
1
vote
1answer
127 views

How to use another Apple ID to submit an already-online iOS app to the App Store?

My company had outsourced an iOS app to another company, and they published the app on the App Store using their Apple ID. The app have been available for download for a few months and has a number of ...
0
votes
1answer
58 views

App store submission with staging assets

Our app uses asset downloads from a production server to serve up content. With our new version 2.0 of the app, we are updating the format of the content. The old 1.0 client won't be able to work with ...

1 2 3 4 5 10