app-store

How to limit iOS app in store to 4S and iPad 3 only

两盒软妹~` 提交于 2019-12-12 10:44:18
问题 My iOS app is CPU hungry. It runs well on iPhone 4S and even better on new iPad. But on iPhone 4 it provides bad user experience and I want somehow disable anything under 4S to download my app from app store. I already forced amrv7 requirement but this means anyone with 3GS and over can install it. I would like to have enforced requirement of dual core Cortex A9 as I use two threads to get speed I need. http://developer.apple.com/library/ios/#documentation/General/Reference

iTunes Connect submit for review - Your app information could not be saved. Try again

梦想的初衷 提交于 2019-12-12 10:44:14
问题 I get this error message when trying to submit a new version of my app for review: While I've seen other threads about this error message, the solutions presented haven't worked for me and I haven't seen any mentions of the actual server error message I get. iTunes Connect responds with the following error message: Error converting JSON string to object: Can not instantiate value of type [simple type, class com.apple.jingle.label.content.purple.to.LCSubmitForReviewTO] from JSON integral

App Store Version Numbers - Changing Scheme / Best Practices

北城以北 提交于 2019-12-12 09:16:50
问题 We are contemplating changing the version number in the next release of an iOS app from using the traditional Major.Minor.Patch version number scheme to instead use a date based scheme such as 2012.month.patch to better reflect to our users the currency of the app. Apple's only version number guidance in iTunes Connect is as follows: The version number of the app you are adding. Numbering should follow typical software versioning conventions (for example, 1.0 or 1.0.1 or 1.1). My question -

Can i get a link to my app before i publish it in the Apple Appstore? [closed]

╄→尐↘猪︶ㄣ 提交于 2019-12-12 08:47:49
问题 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 . Can I get a link to my app (to open it directly from the device) before I publish it in the Appstore? I want to do in my App click button "Rate this app". It's simple in Google Play (https://play.google.com/store/apps/details?id=air.com.mycompany.myapp) or Amazon AppStore, but how to do it for the Apple AppStore

Two different apps in apple app store with same name?

家住魔仙堡 提交于 2019-12-12 08:27:09
问题 I have an app I want to launch for iphone and for ipad. The ipad version will be used by businesses to input content. The iphone app will be used by their customers on the go to just access the data. The iphone app is customer oriented, while the ipad app is business oriented. I would like them to have the same name. Since the first app will only be available on iphone and the second on ipads, I was wondering whether it's possible for them to have the same name. Is that possible? 回答1: Two iOS

Interpreter for the iPhone?

你。 提交于 2019-12-12 07:45:44
问题 I'm interesting in making an interpreter for the iPhone. It will be an experimental idea but could be great. I like the idea of making my own language geared towards on-the-go computing and mathematics. I've read around and I have seen mixed information about interpreters on the iphone. What will Apple allow? I've seen this app which is a nice idea but doesn't work apparently - http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=415827304&mt=8&u1=web&affId=1860684 Thank you for

About Same App, but different binary for different App Stores

孤者浪人 提交于 2019-12-12 07:38:20
问题 I have a new App to launch in the near future. The App is going to have different versions for different Territory's App Store, in sense of UI language and part of App content. My question is whether I can create different Apps (different bundle IDs and different App's iTunes' Application Name) but with the same App bundle name. I am doing this because If I include all the UI images for all the languages in one binary and control the language change with code, the App size will be over 20 MG,

How can I know if I'm using private frameworks?

守給你的承諾、 提交于 2019-12-12 07:17:14
问题 I am developing an app for the App Store. However it is in an early stage, and not ready to be submitted to iTunes Connect (Needs things like screenshots, app icons, support URL, etc.) Apparently listing the app on iTunes Connect is required to use Xcode's validate option. I am registered with the Apple Developer Program. If you know another way to use Xcode's Validate without iTunes Connect, that would be awesome. Is there a third party test suite, a list of public vs. private (allowed/not

Upload IPA with Xcode7.3 with iOS 9.3 SDK issue

北城以北 提交于 2019-12-12 07:04:24
问题 The project is made in Xcode 7.3 with Swift 2.3. Getting the following issue while uploading build on AppStore. error itms-90725: "sdk version issue. this app was built with the ios '9.3' sdk. all new ios apps submitted to the app store must be built with the ios '11.0' sdk or later, included in xcode [9.0] or later. please update xcode and rebuild your app." How to resolve this issue, can anyone suggest. 回答1: **error itms-90725: "sdk version issue. this app was built with the ios '9.3' sdk.

How to sign app for AppStore in my customer's name

谁说胖子不能爱 提交于 2019-12-12 06:56:25
问题 If I'm developing an iPhone app for CompanyX and when we want to put it on the App Store using CompanyX's signature, and if they dont have the source code, can they do it themselves? Or do I have to do it with their signature, since I have the source code and then submit it to the App Store? 回答1: We have settled on a process where "CompanyX" gives us an account to their iTunes connect so we can build, sign and upload to the App Store in their name. Probably you can build it on your machine,