Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
1answer
365 views

my iPhone app is rejected due to appName

My iPhone is rejected because somewhere appName or setAppName is used in the binary.I searched in the binary and I got that there private APIs are used in flurrylib which I am using to get analytical ...
12
votes
2answers
2k views

iPhone - App Rejected again, HTTP Live Streaming 64kbps baseline feed

Thank you for submitting APPNAME_HERE. We have reviewed your application and have determined that it cannot be posted to the App Store at this time because it is not using a baseline ...
8
votes
1answer
196 views

Replacing a rejected iphone app, would it trigger a whole new review process?

1) Will replacing a rejected iPhone binary cause a new review process to start from the beginning? As in suppose that it took 18 days to get a response and it was rejected for some reason, when ...
5
votes
2answers
1k views

iOS App based on PhoneGap rejected by Apple for “using non-public API”

We just built an iOS app based on PhoneGap 0.9.5.1 and got it rejected by Apple with this response: Apps that use non-public APIs will be rejected We found the following non-public APIs in ...
4
votes
1answer
999 views

iOS/iPhone: in-app purchase sandbox broken while app in “rejected” state?

(See MAIN THRUST below to skip to the main thrust of my question.) My iOS app was rejected in the Apple review process for a minor reason that was easy to fix. However, I wanted to give the new ...
4
votes
3answers
716 views

Will using a custom category to extend UIButton get my app rejected?

Are there greater chances of my app getting rejected by Apple if I use a custom category to extend the functionality of an UIKit interface element, let's say UIButton? Clarification: I'm thinking ...
4
votes
4answers
561 views

iphone app rejected but with not notification email

i've recently had my app rejected, but they have not sent over the "explanation" email yet. has anyone experienced a rejection without a tandem explanation or reasoning from app review? all the best. ...
3
votes
4answers
2k views

Hide Google logo on MKMapView

Does somebody know how the Google logo can be hidden on a MKMapView? I don't want to hide it. I want the opposite. The reason is that a app got rejected because of 8.6 Google Maps and Google ...
3
votes
2answers
1k views

iPhone app rejection for using ICU (Unicode extensions)

I received the following mail form Apple, considering my application: *Thank you for submitting your update to Νομοθεσία to the App Store. During our review of your application we found it is ...
3
votes
2answers
812 views

Rejecting a TCP connection before it's being accepted?

There are 3 different accept versions in winsock. Aside from the basic accept which is there for standard compliance, there's also AcceptEx which seems the most advanced version (due to it's ...
3
votes
4answers
669 views

Would Apple reject an app from the iphone app store for using box2d?

I am contemplating using Box2d for making iphone apps, but I don't want to worry about Apple rejecting my app for using Box2d. How does box2d work? http://www.box2d.org/ Would Apple somehow reject ...
2
votes
1answer
95 views

iphone app rejection [closed]

I submitted my iphone app on appstore. They rejected it saying "However, when the application is launched over a cellular and WiFi network, the activity indicator spins indefinitely and the app no ...
2
votes
1answer
113 views

iOS app rejected - private symbol mach_init_routine

recently the update to one of our apps was rejected because we possibly use private apis. the funny thing is: the app only consists of a simple uiwebview that loads a sencha touch javascript ...
2
votes
2answers
167 views

Quickly and safely determine random number within range

How would I quickly and safely* determine a random number within a range of 0 (inclusive) to r (exclusive)? In other words, an optimized version of rejection sampling: u32 myrand(u32 x) { u32 ...
2
votes
1answer
1k views

Three20 Rejection from Apple

I'm rejected from Apple Store 3 times, because i have the three20 Library. My project is in distribution configration, and DEBUG is Disabled. I got this message from Apple : Private Symbol ...
2
votes
3answers
197 views

How to deal with rejection email replied by apple?

The rejection email said: If you have any questions about this information, or would like to discuss it further, please feel free to reply to this email. Yes, I want to discuss the problem and ...
2
votes
2answers
306 views

XML, images, streaming video and “excessive volumes of data”

My first application was submitted to App Store and failed to be approved owing to "excessive volumes of data over the cellular network". I don't know how they test this but since it's basically a ...
1
vote
0answers
129 views

iPhone App Rejected - In App Purchase [closed]

One of my apps was rejected by apple with the following reasons.. I'm not using In App purchase at all, but I'm including the StoreKit as because Urban Airship library requires it.. any thoughts.. or ...
1
vote
3answers
118 views

App rejected for storing database in Documents directory

My app was recently rejected from the app store for storing data in the Documents directory. I had moved it there because with the latest change, the db must now be writeable - it's no longer ...
1
vote
2answers
92 views

iOS opengl game. unexpected touch behaviour causes store rejection

We need some advice here. We developed an ios game using opengl. the app uses an EAGLView which receives the touch events and implements a custom renderer. we have tested the binary both in the ...
1
vote
2answers
137 views

Rejected from iOS App Store for dyld_stub_binding_helper… what calls this?

Our iPad app has been rejected from the app store for private/restricted calls-to/use-of dyld_stub_binding_helper. The most explicit info I can find on this function is here. Our code does not ...
1
vote
2answers
610 views

Entered company name in Individual Account ( At the time for iphone APP Upload)

Recently I buy a new Individual developer account of $99 and now when I was trying to upload my first app. I got a message i.e. What is the company or developer name that you want displayed on the ...
1
vote
0answers
287 views

Mac App Rejected for Use of Non-Public APIs

Mac app recently rejected from Mac App Store for Use of Non-Public APIs (see below), and I'm unsure how to go about fixing the problem -- mainly because I don't fully understand the problem itself. ...
1
vote
2answers
375 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
2answers
435 views

UINavigationButton in Tabbar - possible rejection?

Someone wants me to make an App, where the NavigationButton (usually top left) shall be put into the Tabbar (in this case leftmost Button of the Tabbar). I wonder if that might yield a possible ...
1
vote
3answers
2k views

Apple rejected app because of animationDidStop:finished:context: is a non-public api

Apple's rejected my app because it says: "3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally ...
1
vote
1answer
229 views

How to patch --dry-run but still view rejects?

I want to test a patch using --dry-run, but when it fails, I don't get any reject files. Is there any way to do a dry run but keep the reject files so I can see what went wrong?
1
vote
2answers
519 views

iPhone Tableview doesn't work for Apple testers

My application has been rejected because the application did not function when reviewed by the iPhone App Review Team. The application is supposed to load words into a table view, but did not do so ...
0
votes
0answers
16 views

Apple App Guidelines — Mimicing the App Store Layout? Allowed?

I have recently redesigned a large portion of my app, and in doing so realized my redesign is very similar to Apple's App Store. So I thought, why not exactly mimic Apple's App Store design, since it ...
0
votes
3answers
54 views

Rejected app-update on Mac App Store (accessing loginwindow.plist)

I'm having trouble with a Mac App Store submission. I'm using the method below to add my App to the login items if the user toggles the checkbox in the preferences. -(void) addAppAsLoginItem{ ...
0
votes
1answer
100 views

iOS In-App Purchase works in sandbox, but was rejected by apple

I've just got my app rejected on the Apple App Store because my In-App apparently crashes on the "App Store" version. Unfortunately , I have no way of recreating this state as i can only test the ...
0
votes
2answers
42 views

App Update rejected Will previous version be taken down?

If I push an app update to the app store, but choose "I will release new version" when submitting. If my update is rejected for some reason, is the current version already approved going to be taken ...
0
votes
1answer
87 views

Will my rejected app update result in my app being taken down from the App Store during the appeal process? [closed]

I recently pushed an update out to one of my apps. I have had the bad luck of having to deal with a reviewer who rejected the app because he/she did not like the app description stating that the user ...
0
votes
2answers
181 views

App rejected for crash on launch, but cannot replicate in either simulator or device, and device log is cryptic

I recently had an app rejected for crashing on launch on an iPhone 5 in iOS 5.0, and the good folks at Apple attached a crash report. However, I can't replicate this crash on either my device (also an ...
0
votes
1answer
112 views

Will Apple reject my iOS app (app enterprise) which uses ONE UIwebkit to show just one page information? [closed]

Will Apple reject my iOS app (app enterprise) which uses ONE UIwebkit to show just one page information? I'm developing an application of a firm, and i have some buttons doing different things. One ...
0
votes
1answer
201 views

Critical values of an F-test with R

How do I find the upper and lower critical values of an F-test: var.test(x,y) Example from my text: x <- c (1973, 403, 509, 2103, 1153 292, 1916, 1602, 1559, 547, 801, 359) y <- c (1185, ...
0
votes
3answers
93 views

iPhone app update is submitted with wrong version number

Is there a chance of app getting rejected if the iPhone app update is submitted with wrong version number? For instance i had given the version no. as 1.6 instead of 1.5. The app which exists in app ...
0
votes
0answers
25 views

Submitted app rejected question

My app was rejected for a bug I can not recreate on my device. However I did notice that my deployment was set to ios 4.1 as opposed to 4.3. Also i made the mistake of submitting my app under the ...
0
votes
1answer
39 views

Couldnot break this crask report

This is second time my app has been rejected. I am still low in the learning curve. Can someone help me in understanding whats the error in this crash report .... Thread 0 name: Dispatch queue: ...
0
votes
0answers
125 views

NSBundle mainbundle casuing app crash

Apple provided crash report shows that the reason of crash is at line 425 which is following NSString *filePath = [[NSBundle mainBundle] pathForResource:@"song" ofType:@"mp3"]; Now I was getting ...
0
votes
1answer
378 views

(iphone) where is “Reject Binary” button?

I just submitted my app for test purposes (seems like you need to submit/reject the binary to test in-app-purchase) http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/ I ...
0
votes
1answer
181 views

Will Apple reject an iOS App with external XML Content?

I am developing an iOS Application which loads its content from an XML-file over the internet. Will this get rejected by Apple?
0
votes
0answers
65 views

Itunes store: Is it normal to have no sales for other approved apps when one rejected app is under review appeal?

Hey, is it normal to have no sales for other approved apps when one rejected app is under review appeal? One of my app has been rejected. I went to the appeal board and added my apple ID, my app's ...
0
votes
2answers
154 views

Questions around handling payments within my iPhone/iPad app. Will Apple reject?

I am currently building an app for an existing and large Royalty Free music library. They sell stock music to be used in productions/websites/commercials etc. What they sell is the license to use ...
0
votes
2answers
623 views

Will use of IOKit in my iOS app get my app rejected?

devs, as mentioned by Erica IOKit is a semi private framework; does anybody has any experience in using it in an app-store app? I want to use it to get IMEI and ICCID number.
0
votes
2answers
131 views

iPad App rejected. Now where to publish it?

I think to have done a great app. It was an iPad slides-book teaching how to develop apps with Dashcode. I just pointed out how to build useful apps with no effort, like a book catalog, based on XML, ...
0
votes
0answers
110 views

Will Apple reject an App that sets a UIView on top of the navigationController view?

I'm currently adding a UIView (custom HeaderView) above the navigationController view, to have it at a fixed position when pushing views animated on the navcontroller stack. Now I'm not quite shure if ...
0
votes
1answer
132 views

Apple Keyboard visually modified gets my app rejected?

I've been reading some posts related to this issue but still i think my case is different. I made a print-screen of Apple's iPad KB and edited that image. With that in hand i made a custom UIView to ...
0
votes
1answer
100 views

how to prevent when a website is blocking its usage within an iframe tag

In my website, i preview any link with a tooltip, but when its facebook or meneame.net, for example; they block it and open their webiste in you website's current window. Exanple <iframe ...
0
votes
1answer
113 views

MacOS App is rejected because of wrongly Dealing file system

I am writing a MailStatistics app that need to go to the file ~/Library/Mail/Envelop Index to get the mail information. My app does not write anything into the file system but when I submitted it to ...

1 2