itunes-store

Why are the results from iTtunes Search API ordered differently than a search result on an iOS device?

左心房为你撑大大i 提交于 2019-12-10 23:37:52
问题 I noticed that the apps returned from the iTunes search API for a specific search term are different (mostly in a different order) than when I search for this search term directly in the App Store app on the iOS device. Can I get the exact same results? (How do ASO tools like Sensortower achieve this?) 回答1: Answering my own question - the iTunes search API returns the results in the order they appear on the iTunes application on Windows or OS X. There is no API parameter or option to return

iphone in app purchase “Cannot connect to iTunes Store” [duplicate]

牧云@^-^@ 提交于 2019-12-10 22:40:11
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: iPhone Store Kit “Cannot connect to iTunes Store” i am implementing in app purchase when i requesting the payment am getting bellow error. Transaction Error: Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x2dcf40 {NSLocalizedDescription=Cannot connect to iTunes Store} Here some times the error code will be 1004. so i cant do the transaction. in some times it displaying a warning

In-App Purchase fails on iOS 8, saying user details are incorrect

别来无恙 提交于 2019-12-10 17:09:00
问题 We have an app with In-App Purchases, which is working fine on iOS 7. But on iOS 8, when a user tries to purchase anything in the app, In-App Purchase fails with the error “The Apple ID you entered couldn't be found or your password was incorrect. Please try again”, even though the ID / password are (we believe) correct. This happened on any iOS 8 device we tested on (with six different models of iPhones and iPod Touches), and happens on 8.0, 8.0.1, and 8.0.2. We tried this with many

Can I upload a new version of my iOS app with a different certificate/profile than the previous one?

筅森魡賤 提交于 2019-12-09 21:41:34
问题 I have an app in store signed with a distribution certificate/profile. Now I want to upload a new version of the app. But, I've lost the certificates and profiles. My situation is that there is no way I can get them back. I think that the "bundle identifier" should be same as the previous version. So, I have an idea to upload the new version by signing it with a different certificate/profile. Will that be valid? Or I have to use the same certificate which I used in my previous version? Its

set iOS application language in iTunes

笑着哭i 提交于 2019-12-09 19:41:58
问题 I want to set the application language in iTunes. it always show English. but i want to show two language in iTunes. I do not want to made any changes in application bcoz i already managing these two language by device language. so plz can any one suggest me. Sample image contains multiple language English, Chinese, Dutch, French etc 回答1: I have the same issue currently, and even if I fill different languages in iTunes Connect, I still have only English. I'll try something else, just by

How to remove languages in iTunes Store App description

自古美人都是妖i 提交于 2019-12-09 18:15:17
问题 My app is intended to only support English, however there are a few libraries I am using that include within localization.strings file which xCode picked up and placed in the "Localizations" settings of the "Info" section for my Project settings. I forgot to delete these localizations, and now my app shows up in iTunes Store App description as supporting these languages, when I do not want this displayed as such. Is there some way I can remove these languages from the iTunes Store App

Iphone App was Rejected Due to We found your app crashed on launch so we were unable to review it

折月煮酒 提交于 2019-12-08 13:09:44
问题 published my app to the appstore but it was rejected because of the following reason: Please revise your app and test it on a device to ensure it will launch without crashing, and that it runs as expected, before resubmitting. Can anybody help me out; how to solve this problem ? First Crash File {"app_name":"SELFAPP","app_version":"1.1.0","bundleID":"com.tbits.ae.Fit4Skool","adam_id":912203744,"os_version":"iPhone OS 8.1 (12B410)","slice_uuid":"72b233f9-af11-38c8-ac05-cc591d30ca16","share

Unable to search in iTunes Store on iOS8

给你一囗甜甜゛ 提交于 2019-12-08 10:00:51
问题 I'm using this code to open iTunes Store app and search for specific music: NSString *iTunesLink = [NSString stringWithFormat:@"http://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?entity=album&media=all&page=1&restrict=true&startIndex=0&term=TERM_NAME"]; NSURL *url = [NSURL URLWithString:iTunesLink]; [[UIApplication sharedApplication] openURL:url]; Code works fine on iOS7, by changing TERM_NAME value I can search whatever I want. The issue on iOS8 is that somehow search term is

Same app after an update in iTunes

房东的猫 提交于 2019-12-08 06:51:33
问题 We requested an expedited review for an update of our app that fixed a critical bug. The expedited review was granted and now our version 1.1 is up instead of our version 1.0. But the app is the same. The changes we made to the app are not in the new version. We have an ad hoc version of the same binary and in the ad hoc version the changes are there. I dont know if somebody has had the same issue and if there was a way to fix it. This is our first expedited review and already contacted

Same app after an update in iTunes

浪子不回头ぞ 提交于 2019-12-06 16:08:44
We requested an expedited review for an update of our app that fixed a critical bug. The expedited review was granted and now our version 1.1 is up instead of our version 1.0. But the app is the same. The changes we made to the app are not in the new version. We have an ad hoc version of the same binary and in the ad hoc version the changes are there. I dont know if somebody has had the same issue and if there was a way to fix it. This is our first expedited review and already contacted iTunes developer support but we are still waiting for their response. Maybe now it takes time to propagate