app-store

How can I remove iPad support from AppStore

蓝咒 提交于 2021-01-20 15:55:49
问题 How I can upload new version into AppStore without iPad support. 回答1: You cannot do this. Apple says that you cannot take away supporting a specific device type once you do it. Developers who wish to issue updates, but remove device support, have three choices: Fix their app so that it can work on the devices they originally set out to support. Target a newer version of iOS that requires a newer device. Remove their app from the store, and upload the new app with a different bundle ID. Apple

Azure Devops Pipelines - Xcode project with multiple provisioning profiles

会有一股神秘感。 提交于 2020-12-15 06:24:47
问题 I have configured pipeline to build an iOS app that is also an AUv3 plugin, it requires two provisioning profiles but I can't manage the Plist to allow the signature for both. I have installed .p12 and Apple Provisioning Profiles. This is my Xcode task: steps: - task: Xcode@5 displayName: 'Xcode build' inputs: actions: 'build' sdk: iphoneos13.7 xcWorkspacePath: ‘project_name/project.xcworkspace' scheme: 'project_name - All' packageApp: true exportPath: output/ exportOptions: plist

Azure Devops Pipelines - Xcode project with multiple provisioning profiles

对着背影说爱祢 提交于 2020-12-15 06:24:24
问题 I have configured pipeline to build an iOS app that is also an AUv3 plugin, it requires two provisioning profiles but I can't manage the Plist to allow the signature for both. I have installed .p12 and Apple Provisioning Profiles. This is my Xcode task: steps: - task: Xcode@5 displayName: 'Xcode build' inputs: actions: 'build' sdk: iphoneos13.7 xcWorkspacePath: ‘project_name/project.xcworkspace' scheme: 'project_name - All' packageApp: true exportPath: output/ exportOptions: plist

ITMS-90747: Basic sticker pack with no code, yet App Store Connect thinks there's 32bit code in there

北战南征 提交于 2020-12-13 03:15:54
问题 Received this error: ITMS-90863: Apple silicon Macs support issue - The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac. ITMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle specifies a MinimumOSVersion of '14.1' but contains a 32-bit architecture that is unsupported on iOS 12 and later. I have seen the first warning addressed elsewhere (with no answer yet) but I'm getting both errors, always together, and they feel like they might be

Get alarm time set in Clock app from another app in objective c using IOS sdk

南笙酒味 提交于 2020-12-12 15:54:22
问题 How to get alarm time set in default Clock app available in iPhone programatically inside another iphone application. I have found someone say that CFPreferences api can be used but cannot find the exact way of using it to get alarm time from Clock app. Any help is much appreciated. 回答1: Looks like there's no straightforward solution to what you're looking for. Regarding CFPreferences API, you'll first need to know how the Clock app stores the alarm information, or even if it does use the

ERROR: Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac, How to fix it?

强颜欢笑 提交于 2020-12-08 03:34:33
问题 I got this error while trying to submit a stickerpack to the AppStore: WARNING ITMS-90863: "Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac." The stickerpack is not intended to be used in Macs, it is only for Iphones and Ipads? How can I remove this warning so that I can upload it successfully ? because I also got this email afterwards: We identified one or more issues with a recent delivery for your app, "Name of the App".

ERROR: Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac, How to fix it?

僤鯓⒐⒋嵵緔 提交于 2020-12-08 03:32:26
问题 I got this error while trying to submit a stickerpack to the AppStore: WARNING ITMS-90863: "Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac." The stickerpack is not intended to be used in Macs, it is only for Iphones and Ipads? How can I remove this warning so that I can upload it successfully ? because I also got this email afterwards: We identified one or more issues with a recent delivery for your app, "Name of the App".

Crash reports from app on App Store

孤者浪人 提交于 2020-12-04 17:20:56
问题 I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash. 回答1: Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread. Just in case

Crash reports from app on App Store

一世执手 提交于 2020-12-04 17:13:25
问题 I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash. 回答1: Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread. Just in case