app-store

Xcode “The private key for is not installed on this mac - distributing”

≯℡__Kan透↙ 提交于 2019-11-27 09:20:30
问题 I always get this message when I try to submit my app to the app store. Here is a picture of the message: It would be great if someone could help me resolve that problem so I can submit my app to the store. 回答1: Try following these steps: Revoke your existing iOS Distribution Certificate from the iOS developer website. Generate a new iOS Distribution Certificate by going to XCode Preferences->Accounts->View Details and then clicking the + underneath the list of signing identities. Go back to

Scripts to parse and download iTunes Connect and AppStore data

六眼飞鱼酱① 提交于 2019-11-27 09:14:17
问题 I'm looking for recommendations of a script or series of scripts that download and parse iTunes Connect sales data and AppStore comments, ratings and rankings data for a defined app. I'm also aware of solutions like: AppViz appsales-mobile (dead) iphone-stats (dead) Heartbeat.app (dead) I'm sure I'll find a few more with more searching. I can't help but feel there must be a really decent set of open source scripts out there to do this, given how many developers are now writing apps for the

iPhone App floating point calculations when released to the app store.

百般思念 提交于 2019-11-27 08:35:14
问题 I released my first solo iPhone app last week that calculates 12V Marine and Boat Battery usage. I had tested it vigorously on the simulator and on my iPhone, and when I was comfortable all was well, I archived the app and released it to Apple. When users started using the app, they noted a calculation was not working as expected. The below code, which is a method on a NSManagedObject model, was producing a DIFFERENT output when released to when in debug. The below should sum up the total of

Can not see iAd in program?

牧云@^-^@ 提交于 2019-11-27 08:05:36
问题 My app has just released on Appstore ( http://itunes.apple.com/us/app/i-shock/id383457769?mt=8) . It runs with an iAd banner but I can not see it when I download from Appstore to my device (of course, network is working). The status in iAd Network is "Live: This app is receiving live ads.". iAd preferences was typed. My original code is running well on device with a iAd test banner. Did I make somethings wrong? Thanks. 回答1: A number of developers are noting that the fill rate is currently

Parsing XML with PHP's simpleXML

℡╲_俬逩灬. 提交于 2019-11-27 07:17:38
问题 I'm learning how to parse XML with PHP's simple XML. My code is: <?php $xmlSource = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?> <Document xmlns=\"http://www.apple.com/itms/\" artistId=\"329313804\" browsePath=\"/36/6407\" genreId=\"6507\"> <iTunes> myApp </iTunes> </Document>"; $xml = new SimpleXMLElement($xmlSource); $results = $xml->xpath("/Document/iTunes"); foreach ($results as $result){ echo $result.PHP_EOL; } print_r($result); ?> When this runs it returns a blank

SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase

↘锁芯ラ 提交于 2019-11-27 07:11:00
My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds and they are happy. However, for a growing number of my users, once they complete a successful in-app purchase they are being asked for their App Store password every time the app starts up after that. I believe this is happening on the call to: [[SKPaymentQueue defaultQueue] addTransactionObserver:observer]; which I am calling on startup in accordance with step 6 in Apple's in-app purchase guide: archived guide: https:/

If I use the PayPal gateway in my iPhone app, will Apple approve it? [closed]

心不动则不痛 提交于 2019-11-27 06:54:40
If I use the PayPal gateway in my iPhone app, will Apple approve it? Moshe Generally speaking, yes, your app will be rejected. According to section 11.2 of the App Store Review Guidelines for iOS (Login Required) any app that doesn't use In-App purchase will be rejected. 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 Additionally, note that any purchase of real world goods or services is not allowed as per section 11.3. I suggest reading the whole document, or at least section 11 (and 20 if it's a

Appstore FailureNo architectures in the binary. Lipo failed to detect any architectures in the bundle executable.” At SoftwareAssets/SoftwareAsset

跟風遠走 提交于 2019-11-27 06:37:49
问题 Hi I just tried to upload my app to the app store but it failed with error. ** No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. ** 回答1: That can also happen when the Cocoapods cache is not in sync, then just pod install solves the issue. 回答2: Hi I'm glad i found the Answer. The problem was actually with my 'Productname' in info.plist . It was different in my first version. 回答3: Same thing. Had this issue. I just changed Project -> Build

Application is “Ready to Sale” but not reflected on iTunes Store [closed]

孤人 提交于 2019-11-27 06:34:12
问题 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 5 years ago . I hold my application for "Developer release after approval" on iTunes Store. I have released my application and current status is "Ready to Sale". I am still not able to see the latest version on the iTunes Store. I am already waiting from last 6 Hours. Could anyone please tell me how much time Apple takes to

iTunes Connect Error when add new IOS App [closed]

强颜欢笑 提交于 2019-11-27 06:30:34
问题 I am trying to add new iOS App to iTunes Connect . I have all AppID , Development & Distribution Provision certificates for my iOS App. I have already fill all requirements metadata , screenshots , descriptions , etc... in iTunesConnect. However when i save the following error is occurring. I tried with many browsers and all are the same result. My App is Photo/Video App with Universal . How can i solve it? 回答1: It's very possible that it's the same problem that I answered over here: Can't