app-store

Java 2012-006 update broke xCode Uploading

怎甘沉沦 提交于 2019-12-18 12:41:41
问题 This is related to this question Submit Application not possible However after the most recent java update from apple (that removed the web plugin) oracle immediatley issued an update for java 7 Now xcode can't upload anymore "An error occurred uploading to the iTunes Store" and the old fix doesn't work. Is Java 1.6 gone? Or do we need to do something else? 回答1: You can do this in terminal cd /System/Library/Frameworks/JavaVM.framework/Versions open . Then copy out the Current and CurrentJDK

How to properly use location in background - app got rejected 3 times

佐手、 提交于 2019-12-18 12:33:47
问题 My app got rejected by Apple three times, all with the same rejection letter, which is: We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines. We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location. It would be appropriate to add features that

Optimized for iPhone 6 info text in App Store

自古美人都是妖i 提交于 2019-12-18 11:29:32
问题 I've updated my "old" Objective-C app to use the new storyboard with size classes, set the deployment target to iOS 8 and uploaded the new binary to the App Store. Still, the App Store doesn't show the text "this app is optimized for iPhone 6 and 6 plus". The text only mentions iPhone 5S and everything below. What am I supposed to do in order to get the app iPhone 6 approved? 回答1: The solution was to add @3x versions for all used images and using the new size classes. You notice the app from

Is it possible to deploy a Python application on the Mac App Store?

*爱你&永不变心* 提交于 2019-12-18 10:04:14
问题 Does Apple accept Python applications for distribution on the new Mac App Store? If so, how should the application be packaged? Is py2app sufficient? Something else? 回答1: I packaged Pennywise, which is available on the Mac App Store. It's based on Virgil's moneyGuru, which uses Python, PyObjC, and py2app. You will have to follow Apple's process for preparing an application for submission to the Mac App Store. Most importantly, you will want to add the proper keys to your Info.plist, and

How can I use Appstore API to get top100 list? What is the common architecture to build a appstore application website?

不羁的心 提交于 2019-12-18 09:55:52
问题 I've found a PDF file of Appstore search API, that I can use some parameters to fetch an application's detail information.(sorry I forgot the download url, but I found it in stackoverflow) But there are so many sites that show you a Top100 list(like appshopper.com), and such as Mobclix.com also provide you the rank information.How can they do that? I didn't find the related API in the PDF file. I also found an Appstore API by ABTO(http://www.abtollc.com/AppStoreAPI.aspx), but I really wanna

How to handle lifetime in firebase dynamic links ? (iOS)

牧云@^-^@ 提交于 2019-12-18 09:32:51
问题 I have a question about dynamic links on iOS. We use them in our applications, and it seems that their expiration time is really short (about 5 minutes). From the appstore, its not working because the download last more than this time From xcode build, if we open directly the app its working. If we build from xcode and then wait 5 minutes, its not working anymore Any clue about this ? Its really bad because Branch base lifetime is about 2hours, and a 5 minutes lifetime make them kind of

Detecting iPhone app version update?

拥有回忆 提交于 2019-12-18 09:04:36
问题 I'd like to determine when new versions of my app are available on the Appstore and display some form of notification to the user when this happens - perhaps a UIAlertView or similar - and wondered whether anybody knew of any pre-designed frameworks for doing this? I found the StoreKit provided by iPhone SDK but it seems to only return application names, not version numbers, so is of no use to me. Any help greatly appreciated. Thanks! 回答1: I don't think that there is a prefabricated framework

Apple store acceptance, submitting an app which users other services for profit

[亡魂溺海] 提交于 2019-12-18 07:22:47
问题 Apple says, 11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected. For example my IOS app will be used to make consultations with a web service and will be given free to users by my customer, since the web service is ours and flexible, it can offer different and hunderds of types of consultations (e.g first-aid guide, TV troubleshooting, Internet Connection trouble shooting..etc) and this can all be

Cannot update .geojson file for app submission on App Store

ε祈祈猫儿з 提交于 2019-12-18 07:09:14
问题 My GeoJSON file is supposed to cover the entire world. Here is the GeoJSON file: { "type": "MultiPolygon", "coordinates": [ [[[-169.4,58.8], [-168.0,83.4], [188.4,83.3], [194.0,-72.8], [-166.6,-73.6], [-169.4,58.8]]] ] } The name of the file is example.GeoJSON . I keep getting the following error when uploading the file: Your routing app coverage file is invalid. For more information see the Developer Guide. What is wrong with the above file? My app has a mapkit that shows the annotation of a

Invalid Provisioning Profile- Missing Code-Signing Certificate

北城余情 提交于 2019-12-18 04:50:17
问题 My App is finished and I have submitted one before but every time I attempt to go through the application loader it fails giving me the following error: ERROR ITMS -9000 "Invalid Provisioning Profile. The Provisioning profile is invalid. [Missing Code-Signing Certificate] Does anyone have any help. I have been working for 12 hours straight and this is tremendously frustrating, any a dive would help. 回答1: Go to Apple Developer Portal, recreate the provisioning profile (distribution profile in