app-store

How do I make my application available on the App Store only for iPhone 3G S or faster devices?

给你一囗甜甜゛ 提交于 2019-11-27 06:09:58
问题 I have an app that runs slowly on an iPhone 3G but is fast enough on an iPhone 3G S. Is there a way to limit the app to be available only for iPhone 3G S and faster devices? I would like to avoid bad comments because 3G or even 2G users download it and then complain about it being too slow. 回答1: You can set minimum capabilities required to use your application by providing values for the UIRequiredDeviceCapabilities key in your application's Info.plist. In this case, I'd recommend using the

How to remove an iOS app from the App Store

痴心易碎 提交于 2019-11-27 06:07:08
I want to remove my app, which is currently marked "Ready for sale", from the App Store. I could not find any documentation on this, and there is no "Remove from Sale" option in the "Manage Your Apps" section of iTunes Connect. Can anyone guide me on how I can remove my app from the App Store? What you need to do is this. Go to “Manage Your Applications” and select the app. Click “Rights and Pricing” (blue button at the top right. Below the availability date and price tier section, you should see a grid of checkboxes for the various countries your app is available in. Click the blue “Deselect

Reasons for rejecting iPhone application by Apple store [closed]

非 Y 不嫁゛ 提交于 2019-11-27 05:52:27
Can anybody help me out to know the possible reasons for which Apple store can reject or raise objection to submit any iPhone application. splattne Here are possible reasons (unofficial, from here ): Vibration . It is not permitted to use continuous vibration in your apps - short bursts as warnings is all that is allowed. Don’t bother trying to set up a timer to keep the vibration going, it will cause your app to be rejected. Linking to private frameworks . This is obvious, but somehow in playing around with stuff we had linked to the MoviePlayer.framework. That’s a no-no, and cost us about

Is there any limitation to distribution of apps in iOS enterprise program?

做~自己de王妃 提交于 2019-11-27 05:38:12
问题 I know in iOS developer program, a developer can use an ad hoc distribution profile to build an app, and this app is for testing purpose and can be installed on up to 100 devices. Is there such a limitation for app developed with a Enterprise program account? And since this app is for internal use, does the employee's device need to be configured somehow to use this in-house app? And is there any technical problem if I distribute the in-house app (for free) to a larger audience via a web link

How to implement a “rate us” feature in a phonegap app

为君一笑 提交于 2019-11-27 05:25:52
问题 I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app. The problem is that the app is implemented using phone gap. Is it possible to implement this feature using html5-phone gap? Thanks! 回答1: I use navigator.notification.confirm and have it called when the user reaches a certain point or uses your app so much. Of course you need to add your own links in. Note this snippet references other parts of my app so customize to

Does App Store reject submission if NSAllowsArbitraryLoads set to YES?

社会主义新天地 提交于 2019-11-27 05:14:57
The new ATS involved by iOS 9 cause lots of http related functionalities stop working. I have to add all the http request url into a whitelist or I could simply disable the ATS by setting NSAllowsArbitraryLoads to YES . Does anybody know if App Store will reject the submission if the NSAllowsArbitraryLoads has been set to YES ? UPDATE: Apple will reject Apps not conforming to ATS after the end of Dec 2016. Source However, If you need to load a http:// resource only in web (UIWebView/WKWebView/SafariViewController) then the following should suffice. NOTE: This key is available only from iOS 10.

iOS app submission and beta review process

感情迁移 提交于 2019-11-27 05:04:40
问题 I'm currently developing an iOS application for a client. The submission review process to the store can often be a lengthy process and is relatively new to me. My client wants to do a beta test using TestFlight as well as submitting the app to the app store afterwards, through XCode and Itunes Connect . Scouring Apple's documentation I can't seem to get a good idea of following: If I want to update an existing application on the store do I have to go through the review process again in full?

Missing Marketing Icon Xcode bug?

£可爱£侵袭症+ 提交于 2019-11-27 04:07:23
问题 I've added a 1024 pt icon to the app as necessary. Here, it is on a screenshot: But when I try to upload it to the AppStore - it says I don't have it. Here when I try to choose Icon assets in Xcode - it strangely give me options only to use AppIcon file from the libraries which are empty and nonexistent, not giving me an option to use Assets from my Assets file in project Here on a picture all these options are from the library and empty So, as a result I can't use my real icons and get this

URL for sending a user to the app review page on device's app store

妖精的绣舞 提交于 2019-11-27 04:02:26
问题 What's the URL to launch in order to bring the iTunes App Store to the front, and open it to show the Reviews page of an app? I want to send my users to the "Write a Review" page. Some other SO answers provided URLs like the one below, but it doesn't seem to work: itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=12345678&pageNumber=0&sortOrdering=1 Any suggestions for a URL that'll work on iPhone and iPad? 回答1: Update: iOS 4.2 seems to have fixed this and

Will revoking Distribution certificate affect application which is In Review (on apple store) for Iphone?

眉间皱痕 提交于 2019-11-27 03:48:43
问题 I just lost my private key with OS reinstallation so will have to create new Certificate Signing Requests.. I wanted to know if revoking my Distribution Certificate will have any effect on my existing applications on App Store especially when one of my applications is waiting for approval ( In Review ) build from old distribution certificate. Should i wait for the app to be accepted by the Apple or revoking the distribution certificate won't have any affect on the application? 回答1: I know