app-store

App got approved, iAd not showing up

血红的双手。 提交于 2019-12-09 14:51:35
问题 My app has just got approved and unfortunately my iAd banner is white blank. I've configured iAd on iTunes Connect. Thanks, 回答1: It's worth noting that if you run your app in debug, you'll get confirmation on whether the system you've implemented works, as you'll be getting test ads appearing (Grey adverts with Apple branding, clicking on one will show a message saying test adverts are working). If this is not the case, then there is an issue with the code. You'll need to disclose that code

Cannot submit Xcode Archive to Itunes Connect. “Uploading Archive: Sending API Usage to Itunes Connect”

ε祈祈猫儿з 提交于 2019-12-09 08:03:34
问题 Hello Ive sent a version of my app one week ago through Xcode 6 and it didn't have any problem. Today Ive tried to upload a new version of my App via Xcode and when uploading, the progress bar stays in "Sending API usage to Itunes Connect". It doesn't give me any errors, nor warnings, it just stays like that forever. Ive been looking in google and also in here, and found a lot of solutions (ones more logical than others). Well, Ive tried ALL those solutions, I've created new provision

Ad Hoc Distribution - Does it update an existing previous installed version of an app?

核能气质少年 提交于 2019-12-09 07:13:32
问题 What happens when a user installs an ad hoc distribution of an existing app? And what happens if this app (or a newer one) hits the App Store officially? To sum it up: A user already has a v1.0 and receives a v2.0 ad hoc A user has the ad hoc v2.0 and the official public release of v2.0 hits the store A user has the ad hoc v2.0 and an official public release of v3.0 hits the store In other words, is the ad hoc version a stand-alone build or does it in fact update a previous version as

Does anyone know how sites are generating the Apple App Store updated apps feeds?

自古美人都是妖i 提交于 2019-12-09 06:52:34
问题 A lot of sites have rss feeds for updated and new apps on the Apple iPhone App Store. However, Apple's rss feed generator only shows feeds for the top 100 free/paid apps. So how can I generate my own database of new/updated apps in the same fashion as all these folks are? What magic feed are they accessing? 回答1: Apple have an RSS generator for iTunes. Provide the information requested below, then click Generate to view the feed URL. These feeds automatically update to reflect iTunes' top

Direct link to app-store application in iOS 7

蹲街弑〆低调 提交于 2019-12-09 06:22:07
问题 I have a free version of app. And there is a link to a full version in free app. The link works fine in iOS 6. But in iOS 7 it shows a blank page. Any help is appreciated! The link I use: - (void) getFull { [self hideAnimated]; NSString *iTunesLink = @"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=604760686&mt=8"; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]]; } 回答1: Pretty strange link you are using. I use: http://itunes.apple.com/app/id<APP

Programmatically run a search on the App Store?

元气小坏坏 提交于 2019-12-09 06:05:36
问题 Is it possible to open the App Store app from within my app and run a search? I'm looking to see if there's an appstore:// type URL that I could use, in the same way that mailto: and sms: open Mail and SMS respectively. Does anyone know if this is possible? Edit - more info: I've been trying using UIApplication's openURL: method, passing various forms of phobos and iTunes URLs, with no luck so far. Some may be aware that you can right-click links in iTunes on the desktop and copy links to

App with jailbreak detection rejected by Apple

荒凉一梦 提交于 2019-12-09 05:56:51
问题 the App we are working on was rejected because the Device in the Review Process was detected as jailbroken ^^ To detect a jailbroken Device, several Tests were performed: NSString* bundlePath = [[NSBundle mainBundle] bundlePath]; // scan for itunes metadata BOOL isDirectory = NO; NSString* directoryPath = [bundlePath stringByAppendingPathComponent:@"SC_Info/"]; BOOL directoryIsAvailable = [[NSFileManager defaultManager] fileExistsAtPath:directoryPath isDirectory:&isDirectory]; BOOL

Make Update to a live iPhone app

北城余情 提交于 2019-12-09 05:44:55
问题 I have an iPhone app which is aleready live on the app store...Now I want to make small updates to the app (fixes and adding iAd) How do I submit the new updated app..Will that create a new version OR is that not required? Also in iTunes Connect, I do not see any link which says Submit update or new version.. Do I first have to upload via Loader ...Please guide me. Thank you. 回答1: You should update the "version" field in your .plist, then submit a new binary. In the application page, there is

Application Loader ERROR ITMS-90062

本秂侑毒 提交于 2019-12-09 03:06:15
问题 I am trying to upload an update for an app on App Store using Application Loader. I am getting the following error. ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0.0]." I thought the CFBundleShortVersionString was allowed to remain the same, but the build number (or "Bundle Version/CFBundleVersion"), should increment on each build. Is this

Failed to submit app to iTunes Store

你离开我真会死。 提交于 2019-12-09 02:51:35
问题 I am having some problems when trying to submit my iPhone app to store using Xcode 5 that my app is always failed validation with below errors: Apple's web service operation was not successful Unable to authenticate the package: [My app id, ex: 123456789].itmsp ERROR ITEMS-9000: "The bundle [Bundle ID, ex: com.myapp.mobile] at bundle path 'Payload/[My App Name].app' is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage) I am quite