app-store

Invalid Code Signing Entitlements - Data Protection key not supported

别说谁变了你拦得住时间么 提交于 2019-12-24 08:56:44
问题 I have received an mail from Apple that my app has been rejected. The reason is: We have discovered one or more issues with your recent delivery for "Secure Send". To process your delivery, the following issues must be corrected: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. Specifically, key "com

Is the mac app store required?

心不动则不痛 提交于 2019-12-24 07:58:17
问题 If I make an application for Mac OS X am I required to put it on the Mac app store or can I distribute it, on my website, for free? And what about Windows? Thanks 回答1: you can distribute it however you'd like. It does not need to be in the Mac App store. Same thing for Windows. 回答2: No there is no such requirement you are free to distribute your program however you want. You may wish to use the App store as a method of distribution, but to do that you have to conform to various apple

How to Update an Application After Users Pay For Upgrade

落花浮王杯 提交于 2019-12-24 07:45:48
问题 I need to update my application after the user pays for an update. I want to alter the current application instead of downloading a new version. After the user pays, I will enable certain functions of the app. How would I implement this? 回答1: Apple will not allow an app that has visible but unusable features. You can't show a grayed out feature and say, "pay us to get this feature." Neither will they let you significantly alter an app without changing its name. Instead they force you to issue

Question on App Store Review Guidelines

末鹿安然 提交于 2019-12-24 07:37:29
问题 In Apple new release "App Store Review Guidelines" http://developer.apple.com/appstore/guidelines.html I am confused with section 3.2 that stated " Apps with placeholder text will be rejected ". Does it means app should NOT use the placeholder property of UITextField? Thanks. 回答1: No. It basically refers to unnecessary text in the app's description that is meant to draw in a broader range of searches. 来源: https://stackoverflow.com/questions/3695466/question-on-app-store-review-guidelines

How to change app icon within In-App Purchase?

烂漫一生 提交于 2019-12-24 05:43:24
问题 Is it possible even to change from demo icon to full version image after purchasing full version via InApp Purchase? Or should I make two versions with lite/full icons ? 回答1: Please refer to https://stackoverflow.com/a/45602449/195186 This was true before iOS 10.3 only: No. This is not possible. The icon is fixed. 回答2: UIApplication has a new instance method that will do what you want. The Apple docs spell out exactly what you need to do to accomplish this: https://developer.apple.com

How to change app icon within In-App Purchase?

[亡魂溺海] 提交于 2019-12-24 05:43:05
问题 Is it possible even to change from demo icon to full version image after purchasing full version via InApp Purchase? Or should I make two versions with lite/full icons ? 回答1: Please refer to https://stackoverflow.com/a/45602449/195186 This was true before iOS 10.3 only: No. This is not possible. The icon is fixed. 回答2: UIApplication has a new instance method that will do what you want. The Apple docs spell out exactly what you need to do to accomplish this: https://developer.apple.com

How can I allow users to give me feedback and submit bug reports for my iOS app?

人盡茶涼 提交于 2019-12-24 05:35:10
问题 I submitted my first free iPhone app to the app store and users are complaining about bugs I've never seen, nor can I reproduce. How do developers allow their users to send feedback, as well as collect bug/crash reports for their iOS apps after they've been deployed to the app store? Thanks so much in advance for your help! 回答1: The best solution is to... First, write all your logs to a rotating file log. Then create a ViewController (maybe along with the settings screen) that has a text area

iOS App Store ExecutionEngineException attempting to JIT compile

元气小坏坏 提交于 2019-12-24 04:14:50
问题 I have a really awkward problem. I have build my app for iOS and tested it on all emulators and it works fine. I have installed it on a device (iPhone 6 plus) and that works fine as well. However, when I submit it to the app store, the feedback is that it crashes on launch on all devices. The crash log attached shows this error; Unhandled Exception: System.ExecutionEngineException: Attempting to JIT compile method 'GalaSoft.MvvmLight.Messaging.Messenger:get_Default ()' while running with -

App rejected by Apple caused by using Google Maps SDK

拜拜、爱过 提交于 2019-12-24 02:58:14
问题 I've been using GoogleMaps iOS SDK in my app for a while, everything goes fine when I submit to App Store. But this time I got rejected by Apple, and they say I'm using non-public selector in my app. The selector is called imageWithName First, I use Xcode to search if there is any class using this method, result shows nothing. Then, I use grep -r imageWithName , the result shows GoogleMaps is using the selector I'm using CocoaPods to install GoogleMaps, and the version is 1.13.0 Previous

App-store submission [closed]

非 Y 不嫁゛ 提交于 2019-12-24 02:57:19
问题 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 6 years ago . According to latest Apple's new submission rules apps which would have built with ios 6 sdk will be rejected after february 1st But I can't make one thing clear : will Apple submit apps built with lates sdk 7.0 and deployment target set up to 6.0 after february 1st? 回答1: https://developer.apple.com/news/index