itunes-store

In app purchase cannot connect to itunes store ios 12 following InAppBillingPlugin for Xamarin

守給你的承諾、 提交于 2020-05-01 02:51:31
问题 I am trying to test in app purchases in my application following plugin. Also I have checked this and thousands of other officical/not official articles but there is no result. I do not thins there is a problem in my code because I asked another developer to share me his code and I use it in my app. In his project this code works perfect but I have InAppBillingPurchaseException "Can not connect to Itunes Store". I also logged out of my real accounts before entering sandbox credentials. This

In app purchase cannot connect to itunes store ios 12 following InAppBillingPlugin for Xamarin

ε祈祈猫儿з 提交于 2020-05-01 02:51:03
问题 I am trying to test in app purchases in my application following plugin. Also I have checked this and thousands of other officical/not official articles but there is no result. I do not thins there is a problem in my code because I asked another developer to share me his code and I use it in my app. In his project this code works perfect but I have InAppBillingPurchaseException "Can not connect to Itunes Store". I also logged out of my real accounts before entering sandbox credentials. This

How to stream audio for only a known duration using swift

老子叫甜甜 提交于 2020-01-23 02:57:28
问题 I'm using AVPlayer (I don't need to, but I wanna stream it and start playing as soon as possible) to play an m4a file (it's an iTunes audio preview). Only I only want it to play a part of that file. I'm able to set a start time but not an end time. Using a timer is not working because I'm using URL as a http address. I'm playing as it loads, without downloading the file. I also saw solutions in Objective-C to use KVO to know when music starts playing but I'm thinking this is not the best

StoreKit returns invalid product identifiers - only on the real App Store, only on iOS7

主宰稳场 提交于 2020-01-22 15:40:50
问题 We have an App that queries StoreKit for product details like normal (you can disregard that it's a Xamarin App, it shouldn't make a difference unless there's a bug in Xamarin): var request = new SKProductsRequest( new NSSet( ... ) ); _runningRequests.Add( request ); request.ReceivedResponse += HandleReceivedResponse; request.RequestFailed += HandleRequestFailed; request.RequestFinished += HandleRequestFinnished; request.Start(); // .... void HandleReceivedResponse( object sender,

StoreKit returns invalid product identifiers - only on the real App Store, only on iOS7

限于喜欢 提交于 2020-01-22 15:40:13
问题 We have an App that queries StoreKit for product details like normal (you can disregard that it's a Xamarin App, it shouldn't make a difference unless there's a bug in Xamarin): var request = new SKProductsRequest( new NSSet( ... ) ); _runningRequests.Add( request ); request.ReceivedResponse += HandleReceivedResponse; request.RequestFailed += HandleRequestFailed; request.RequestFinished += HandleRequestFinnished; request.Start(); // .... void HandleReceivedResponse( object sender,

Direct “rate in iTunes” link in my app?

杀马特。学长 韩版系。学妹 提交于 2020-01-18 05:46:10
问题 I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store. Is there a way to link directly to the rating and comments form in the App Store? 回答1: Answers here are outdated. This works on my end (Xcode 5 - iOS 7 - works only on Device, not simulator !): itms-apps://itunes.apple.com/app/idYOUR_APP_ID For versions lower than iOS 7 use the old one: itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple

iTunes Search API rate limit

被刻印的时光 ゝ 提交于 2020-01-12 01:38:11
问题 Am planning to use iTunes Search API to get App related information - http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html Wanted to know if there is any pre-defined Rate/Throttle Limit on the API usage. Couldn't find any info related to this in their Documentation / Stack / Google. Does anyone have info on this? 回答1: Answering the original question: The iTunes Search API is currently limited to approximately 20 calls per minute (subject to

iTunes Search API rate limit

99封情书 提交于 2020-01-12 01:36:12
问题 Am planning to use iTunes Search API to get App related information - http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html Wanted to know if there is any pre-defined Rate/Throttle Limit on the API usage. Couldn't find any info related to this in their Documentation / Stack / Google. Does anyone have info on this? 回答1: Answering the original question: The iTunes Search API is currently limited to approximately 20 calls per minute (subject to

An error occurred uploading to the iTunes Store

别等时光非礼了梦想. 提交于 2020-01-09 04:18:47
问题 We Really need some help on this one: We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore... Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get - "An error occurred uploading to the iTunes Store" I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem... I've been stugling with this for over a week now... I've

An error occurred uploading to the iTunes Store

╄→尐↘猪︶ㄣ 提交于 2020-01-09 04:18:06
问题 We Really need some help on this one: We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore... Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get - "An error occurred uploading to the iTunes Store" I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem... I've been stugling with this for over a week now... I've