appstore-approval

Apple to reject any apps that access UDIDs,don’t support Retina, iPhone 5 displays?

醉酒当歌 提交于 2019-12-08 15:11:05
问题 Got news from TNW, which states, " Starting May 1, the App Store will no longer accept new apps or app updates that access UDIDs. Please update your apps and servers to associate users with the Vendor or Advertising identifiers introduced in iOS 6." My question is quite simple, how about OLDER APPS that have been released before May 1st and do access UDIDs? Also, what if the app doesn't support retina display? Do they remove it from the App Store?. If so, I am afraid of hearing YES . 回答1: Its

MPMoviePlayerViewController playback video after going to background for youtube

非 Y 不嫁゛ 提交于 2019-12-08 14:19:28
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 rejected my app's update recently, as I set that attribute. Then I keep finding solutions for doing the same job but fail. To deal with it, I save the currentplaybacktime when the view controller receive UIApplicationDidEnterBackgroundNotification -(void)willEnterBackground { NSLog(@"willEnterBackground"); if (self.mp) { playbackTime = self.mp.moviePlayer.currentPlaybackTime; [self.mp

Binary Rejected once again. How to do?

感情迁移 提交于 2019-12-08 14:04:46
问题 I did below changes in my code on every path but once again the Binary was rejected. NSURL *URL = [NSURL fileURLWithPath:photoPath]; [URL setResourceValue:@(YES) forKey:NSURLIsExcludedFromBackupKey error:nil]; 1) First Rejection : On launch and content download, your app stores 38+ MB on the user's iCloud, which does not comply with the iOS Data Storage Guidelines. 2) Second Time Rejection : On launch and content download, your app stores 17+ on the user's iCloud, which does not comply with

Where can I find Apple api list? [closed]

无人久伴 提交于 2019-12-08 11:39:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I've heard that apple app store checks app before storing it to the app store. When checking the apps, Apple refuses to store it if the app has apis that is not allowed. I want to know where to get this refusable api list. 回答1: You´re right this is something that Apples is checking and I don't think there's a list

Apple developers rejected- subscriptions to be used in the app - Business - 3.1.1

空扰寡人 提交于 2019-12-08 11:02:13
问题 Apple developers rejected my app with this reason. "Business - 3.1.1 Your app includes an account registration feature, which is considered an access to external mechanisms for purchases or subscriptions to be used in the app. This feature does not comply with the App Store Review Guidelines. Next Steps Please remove the account registration links and any other fully qualified links to your site that could indirectly provide access to these mechanisms, such as links to web pages for support,

is there any example of Adobe Air application published on Mac App Store

血红的双手。 提交于 2019-12-08 10:45:26
问题 Since version 3 of AIR it's possibile to package application with "Captive Runtime" this means that the app doesn't require any other runtime. That was the limitation that blocked Air apps from being accepted in the Mac App Store in the past. With this solution i think that's possible to have your air app published but i can't find any example that proves this theory. I'd like to confirm this before starting a new project that targets the Mac App Store. Thanks 回答1: Machinarium apparently is

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

半世苍凉 提交于 2019-12-08 09:18:03
问题 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 iPhone 4 running iOS 5) or in the simulator for iOS 5. And, as you can see from the copy below, the report is cryptic. The crash is taking place in thread 5, which helpfully includes ??? where information should be. First question - is this crash report symbolicated wrong? I kept the dSYM and

App rejected- Apple wants me to add additional native iOS functionality

[亡魂溺海] 提交于 2019-12-08 08:00:06
问题 My recent iPad/iPhone Apps have been rejected. Apple's reason : It would be appropriate to add additional native iOS functionality to the application in order to enhance the user’s experience. Specifically, features that enable the user to interact with the app rather than just consume information are recommended. My App is like an album of cartoons of a specific theme (by a sports cartoonist). It has an initial thumbnail view, supports landscape/portrait modes, swipe for next/previous

iPhone app rejection 17.2: app requires users sign in with their Facebook accounts

自古美人都是妖i 提交于 2019-12-08 01:43:05
问题 I followed the login instructions for my native iOS app here https://developers.facebook.com/docs/mobile/ios/build/ I have everything facebook in the AppDelegate in application:didFinishLaunchingWithOptions: facebook = [[Facebook alloc] initWithAppId:@"xyzabc" andDelegate:self]; NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; if ([defaults objectForKey:@"FBAccessTokenKey"] && [defaults objectForKey:@"FBExpirationDateKey"]) { facebook.accessToken = [defaults objectForKey:@

Does all new apps have also to work on iPad to pass the appstore approval process? [closed]

别说谁变了你拦得住时间么 提交于 2019-12-08 01:32:42
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago . A friend of mine told me that there is a new rule to pass the appstore approval process. The app also have to work on iPad otherwise it would get rejected. I didn't find something which supports his statement. Does somebody know what is true? 回答1: Yes, it is part of the new