in-app-purchase

Does play console show the revenue for test subscriptions and test in-app purchases?

£可爱£侵袭症+ 提交于 2020-05-17 06:24:13
问题 I have published an android app in internal test track to test user subscriptions. I also linked my Firebase project to it to keep control of the subscriptions. There is also a tester with licence to test the subscription with a fake card. The tester can successfully subscribe for monthly payments and the google play app in the phone confirms the subscription. The user info is also shown inside the Firebase project after subscription. But the revenue is still showing nothing in play console

Retrieving In App Purchase products that has not been submitted yet?

﹥>﹥吖頭↗ 提交于 2020-05-15 05:06:28
问题 I am currently developing an IOS App (XCode 8 beta w/ Swift 3) that pulls IAP products. I am running things on the simulator currently. I am following this tutorial: https://www.raywenderlich.com/122144/in-app-purchase-tutorial Issue When i request for products i am not retrieving anything. I am 1 IAP product on iTunesConnect that is in "Ready to submit" state. Question Is it possible to retrieve IAP products that are in "Ready to submit" state? If not, how to test IAP purchases BEFORE

iOS 13 - How to login in in-app purchase Sandbox account?

匆匆过客 提交于 2020-05-09 20:33:07
问题 In order to test my in-app purchases with iOS 13 I have updates one of my test devices to iOS 13.1 beta. On iOS 12 and before I there was a special Sandbox login in Settings/iTunes & App Store/Sandbox Account : However, after the update to iOS 13 this section is missing. I tried to follow the instruction in the answer to a similar problem on iOS 12 but nothing worked. I completely rest the device and logged out both at Settings/iTunes & App Store and at Settings/Apple ID , so currently the

iOS 13 - How to login in in-app purchase Sandbox account?

拈花ヽ惹草 提交于 2020-05-09 20:33:07
问题 In order to test my in-app purchases with iOS 13 I have updates one of my test devices to iOS 13.1 beta. On iOS 12 and before I there was a special Sandbox login in Settings/iTunes & App Store/Sandbox Account : However, after the update to iOS 13 this section is missing. I tried to follow the instruction in the answer to a similar problem on iOS 12 but nothing worked. I completely rest the device and logged out both at Settings/iTunes & App Store and at Settings/Apple ID , so currently the

verifying iOS in app purchase receipt with C#

百般思念 提交于 2020-05-09 18:29:06
问题 I am verifying my ios in app purchase receipt on my server using C# web service I got receipt as string by doing below in Xcode: - (void) completeTransaction: (SKPaymentTransaction *)transaction { NSString* receiptString = [[NSString alloc] initWithString:transaction.payment.productIdentifier]; NSLog(@"%@",receiptString); NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL]; NSData *receipt = [NSData dataWithContentsOfURL:receiptURL]; NSString *jsonObjectString = [receipt

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

implementing In app purchase with updated library in android

折月煮酒 提交于 2020-04-11 18:16:05
问题 I'm having trouble implementing in-app purchases in my mobile app. I want to implement in-app purchase in my application.can any one tell step by step procedure to implement in-app purchase in android application. I have googled and found many tutorials but they all are using old billing library version(1.2).I want to use latest version(2.2.0). Any sample project, tutorial... 回答1: These steps are based on my experience with version: 2.0.2. Since there are not any breaking changes in version:

implementing In app purchase with updated library in android

孤街浪徒 提交于 2020-04-11 18:16:04
问题 I'm having trouble implementing in-app purchases in my mobile app. I want to implement in-app purchase in my application.can any one tell step by step procedure to implement in-app purchase in android application. I have googled and found many tutorials but they all are using old billing library version(1.2).I want to use latest version(2.2.0). Any sample project, tutorial... 回答1: These steps are based on my experience with version: 2.0.2. Since there are not any breaking changes in version:

implementing In app purchase with updated library in android

我们两清 提交于 2020-04-11 18:15:33
问题 I'm having trouble implementing in-app purchases in my mobile app. I want to implement in-app purchase in my application.can any one tell step by step procedure to implement in-app purchase in android application. I have googled and found many tutorials but they all are using old billing library version(1.2).I want to use latest version(2.2.0). Any sample project, tutorial... 回答1: These steps are based on my experience with version: 2.0.2. Since there are not any breaking changes in version: