app-store

App Store - Method Swizzling Legality [closed]

≯℡__Kan透↙ 提交于 2019-12-18 04:30:11
问题 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 2 years ago . Is there any current information on wether or not method swizzling is legal/illegal on the App Store? The only data point I can find is the Three20 framework shakeup a while back, which started with this notice: Your application, xxx, currently posted to the App Store is using method_exchangeImplementations to

Why Xcode 4.3.2 shows white icon when archived?

夙愿已清 提交于 2019-12-18 04:23:17
问题 When i archived my app to upload to app store, app icon is being white. But in Xcode 4.2 everything is ok. In Xcode 4.3.2 app icon changes into white after archiving it. Xcode allows to upload to app store without any warning and error. Uploading is finished and waiting for review. I want to know, if Apple will reject my app for this? 回答1: I fixed with RMeijs answer in Here The way is open terminal and type following code. xcode-select -print-path /Developer sudo xcode-select -switch

Maximum size for iOS app

ぃ、小莉子 提交于 2019-12-18 04:12:37
问题 I've read in apple's dev guide there's a limit for iOS app size, but I don't really understand it. It says this: iOS apps can be as large as 2 GB, but the executable file cannot exceed 60 MB. Isn't the executable file the whole app? I don't understand the difference between the 2 GB limit and the 60 MB limit. 回答1: The main part of the app is without a doubt the executable file. The executable is usually not very large, because it's just the compiled code that the machine runs. In small,

Iphone App submission: Status bar and screenshots

蓝咒 提交于 2019-12-18 03:17:51
问题 I have read somewhere that the screenshots you send to Apple should NOT contain the status bar; however my app shows the status bar during runtime. After having a look around the App store I have noticed quite a few app screenshots contain the status bar. So my question is... Is including the status bar in application screenshots a "rejectable" offence? NB The Google App screenshots contains the status bar so I am guessing no... Many thanks! 回答1: According to the iTunes Connect Developer

How to Require iPad 2 or iPhone 4S in App Store

丶灬走出姿态 提交于 2019-12-18 02:37:10
问题 We are building an app that requires the RAM, GPU, and cores of an iPad 2 or iPhone 4S. Is there any way to configure the app so that it is not available in the app store to users of lesser hardware? I know that I can build armv7 only, and that eliminates the really old stuff. It looks like I could require a still camera (even though we don't use it), to eliminate the iPad 1 (although that feels like a hack). But that doesn't keep it off iPhone 4 or Touch 4. Any suggestions? 回答1: This is now

Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels [duplicate]

半世苍凉 提交于 2019-12-18 01:32:54
问题 This question already has answers here : 'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format' (16 answers) Closed 5 years ago . I was trying to update my app in Appstore and I have started to receive this failure message. I checked over the internet for any solution, but none of them work. I have not changed my icons so this failure should not appear at all. I have checked the plist file, but always the

iOS App Store Pass Parameters in Store Download Link

落爺英雄遲暮 提交于 2019-12-17 23:20:00
问题 Similar to this question: How to make ios App Store link with parameters? I am interested in passing parameters to the download link in the iOS app store. From what I've read, it seems that the parameters are only passed to the application if it was already installed, and the user tapped the smart app banner. What I want to do is pass parameters to the download link such that when a user downloads, the first time they open the app, the parameters will be passed. Mainly, I want to allow users

How to detect and verify a renewal for an auto-renewable subscription?

别等时光非礼了梦想. 提交于 2019-12-17 21:50:31
问题 So I have setup an auto-renewable subscription for my app with a period of 1 month, which equals 5 minutes or so in the sandbox. In the client app I subscribe, send the receipt to my server, it gets verified and I put a record in my database that this user has a subscription. My question is how do I check if this subscription has been renewed? I have read the docs and can't figure out what should I do. Here is where I am so far: The initial receipt that gets sent to my server is verified with

iPhone App Update and Documents Directory

╄→尐↘猪︶ㄣ 提交于 2019-12-17 21:28:39
问题 When i update my app I'd like the user to still be able to access their old files. What will the contents of the Documents directory be after updating? Any tricks or tips shared would be most appreciated on this process. 回答1: The content inside ~/Documents will be same as the old one. See the iPhone Application Programming Guide on what folders will be kept. 来源: https://stackoverflow.com/questions/2778597/iphone-app-update-and-documents-directory

Submit WatchKit Provisioning Error

↘锁芯ラ 提交于 2019-12-17 20:29:25
问题 Currently i try to submit a new app to the store with Xcode 6.2 This App includes a WatchKit Extension. All works fine, but all the time i get one error while submit/validate. In iTunes Connect i created a App with the BundleID etc Also i if check my developer portal there is a provisioning profile with the name "Datulator WatchKit Extension". Anyone can explain me what i m doing wrong? 回答1: I had the same problem. Here is the solution that worked for me. Technical Q&A QA1830 The beta-reports