app-store

WatchKit apps/extensions and iOS backwards compatibility

為{幸葍}努か 提交于 2019-12-11 18:25:08
问题 I have an iOS app with its Deployment Target set to iOS 6.1 version, and the Base SDK to latest iOS. I've added both the Watchkit app and WatchKit extension targets to the project, but I need to understand how will this affect a future submission to the App Store: 1) Are two executable files generated? One for the iOS app + WatchKit extension, and another for the WatchKit app? Or is all packaged in an unique executable file? 2) Will it be automatically handled the iOS version of the device

Finished React Native project on PC, now I want to use XCode on my mac to create and api file for the apple store, how do I do this

强颜欢笑 提交于 2019-12-11 16:59:11
问题 I have completed a React Native app on my PC which works fine using Android Studio emulators however I now need to create an api file using Xcode on my mac. I have absolutely ZERO experience with Xcode or creating api files. Please advise how to do this or at least where to find the solution. I have installed Xcode on my mac and when I open it I get a bunch of options to create a new project, however, my app is already finished. So all I want to be able to do is somehow import my finished

distribution profile not displaying while posting app on appstore?

时光总嘲笑我的痴心妄想 提交于 2019-12-11 16:51:29
问题 i have successfully created provisioning and distribution certificates and ready to upload my app. but, while posting i can't access to select the distribution profile? 回答1: @NeerajNeeru: Firstly, Make sure that you download a new copy of distribution provisioning profile for App Store from the account you want to submit the application with and install the same profile by double clicking it. Once you do that select it under your Project Settings and Target Settings under the Release section.

app crash on iPhone 3G running iPhone OS 3.0.1 and iPod touch running iPhone OS 3.0 and Mac OS X 10.5.8

末鹿安然 提交于 2019-12-11 16:48:39
问题 My application was rejected because it is crashing on iPhone 3G running iPhone OS 3.0.1 and iPod touch running iPhone OS 3.0 and Mac OS X 10.5.8. ,I thought that iPhone apps should be tested only on iPhone . Why they test it on the mac? I had some methods that was deprecated on SDK 3, and apple requires that the app should be build to the official SDK 2.2.1. so I made pre-processor directives for the conditional compilation such as __IPHONE_3_0 and build two separate executables.I set the

Troubleshooting native memory leaks in Windows Store applications using DebugDiag and LeakTrack

拈花ヽ惹草 提交于 2019-12-11 16:48:12
问题 The scenario is pretty simple: I have a memory leak in a Windows Store App, identified as native after using dotMemory profiler. Since this tool is limited to analyzing managed memory I did further research by performing a memory dump analysis using DebugDiag. This got me one step further and I could find that the increasing memory is committed to a heap used by mscoreei (anyone has additional info about this dll? A simple google search does not return much) DebugDiag also has a nice feature

Application Loader is unable to upload your package

守給你的承諾、 提交于 2019-12-11 16:41:48
问题 I am uploading the .ipa file to iTunes and it is giving me the error We’re having trouble connecting to the App Store. Please try again later. Can anyone guide me what is happening here as King Apple is not giving me any clue here. 回答1: Well, I tried a couple of things but nothing seems to be working. What worked for me was kill Xcode, kill application loader and mac restart. It will work. Yes, don't look at me like this, Thanks to Apple. 来源: https://stackoverflow.com/questions/56561465

iPhone And iPad versions under the same App ID

好久不见. 提交于 2019-12-11 16:39:20
问题 i already have an iPhone app on the App Store, and recently finished the iPad version of the same App. I cant seem to find a way to upload the iPad version under the same App name (app id) on iTunes connect. Uploading different app packages for different devices is possible on the Google Play Store. So, is it possible to do this on the App Store? is so, how? Thank you. 回答1: You need to have a single universal app under the original app id, not two separate apps. Basically, update the existing

Apple Appstore Submission: Different apps with same name - for different regions

时光总嘲笑我的痴心妄想 提交于 2019-12-11 13:55:48
问题 Can we submit different apps with the same name for different regions? For example, for a MNC, can we submit an app for say US, and a different app (for the same company - so same name) - for say UK? I searched in the net, but couldnt find any link relevant to this. 回答1: As far as I know the app name in iTunes Connect is unique, so you will have to differentiate, perhaps by adding the region to the name, e.g. My App - US and My App - UK 来源: https://stackoverflow.com/questions/4075416/apple

Invalid Code Signing Entitlements, error while submitting app to apple

∥☆過路亽.° 提交于 2019-12-11 13:43:40
问题 I am developing an app with iCloud enabled. While uploading the app to apple I got following error: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported by iOS. Specifically, key `'com.apple.developer.icloud-container-identifiers' in Payload ------- not supported` While surfing i also got some answer that disable iCloud,but I want to use iCloud feature for my app, so is there any other way to overcome this problem,

should existing watchOS apps be updated?

青春壹個敷衍的年華 提交于 2019-12-11 13:14:53
问题 https://developer.apple.com/news/?id=04222016a The above blog post says "all new watchOS apps submitted". In reference to this blog post. Should I updated my existing watchOS 1 app? Can I update my main app with, leaving the watchOS1 app as it is? 回答1: Just confirmed with apple that, its only for new submissions and existing apps can still update it without supporting watchOS2. 来源: https://stackoverflow.com/questions/36852533/should-existing-watchos-apps-be-updated