skproduct Questions

4

Solved

This is my first experience with creating purchases. The app I'm working on hasn't been released yet. I've been testing subscriptions locally using the Configuration.storekit file. Everything worke...
Loudmouthed asked 22/9, 2022 at 7:42

1

I am developing Auto-Renewable In-App Purchase. Right now I am calling the Receipt Validation function inside of updatedTransactions delegate like this : func paymentQueue(_ queue: SKPaymentQueue, ...
Midwifery asked 13/3, 2022 at 15:59

1

We are using Introductory Prices on our app. And we have an issue only reproducible on one of our two QA devices which is an iPhone 6S (11.4.1) on the French App Store. The other is an iPhone 7 (12...
Osiris asked 6/11, 2018 at 9:47

11

I am working on in-app purchases with subscriptions. In swift, you can get price and price locale from the SKProduct like so: weeklyProduct.price.doubleValue weeklyProduct.priceLocale.currencySym...

3

Purchasing in an iOS simulator is a well known "no, it's not possible". However, retrieving SKProduct information by providing product identifiers to a SKProductsRequest used to work before iOS 11....
Filet asked 19/9, 2017 at 14:51

2

Solved

I have some In App Products in my application to buy. Yesterday things were fine but today i have some troubles. I receive list of all my products but localizedTitle and localizedDescription are ni...
Lakshmi asked 14/5, 2014 at 14:7

3

For Analysis and collecting data I want to get The price of SKProduct in dollars. The base code I use to show the user the price is : _priceFormatter = [[NSNumberFormatter alloc] init]; [_price...
Plateau asked 2/6, 2014 at 8:28

2

I have some in app purchases that are not cleared for sale in iTunes Connect. My goal is to be able to enable and disable them after the app is launched when needed. However when I test in sand...
Dyaus asked 12/11, 2014 at 22:45

3

Solved

In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How ...
Guff asked 4/6, 2013 at 8:22

0

Short version: created an introductory price for a subscription in itunes connect the new price is set to start in about a month all clients receive the new price information when updating their ...
Rivarivage asked 25/10, 2018 at 7:33

2

Solved

Running the app with the Scheme set to another language does not affect the SKProduct received from iTunes in testing. The only way I’ve found to affect change is to create a new Sandbox Tester Use...
Tessie asked 5/6, 2016 at 3:17

1

I'm using Xcode v7.2 and Obj-c. I'm adding different languages to an existing iOS app. The main problem is that the SKProduct localizedTitle (Display Name on iTC) always comes back in English. I ca...
Seagoing asked 27/12, 2015 at 17:38

2

Solved

If you have code such as this, then p will be "2.99": let price = 2.99 let p = String(format: "%.2f", price) However, if you have code like this: let priceNS: NSDecimalNumber =...
Tetradymite asked 3/10, 2017 at 22:22

5

Solved

I'm making an in-app purchase, but I have a bug that I can't find where it comes from... First of all, I have a button and when you click it, my app Request the product, catches the response, you ...
Check asked 21/11, 2013 at 13:13

2

Solved

I have consumable In-App-Purchase product in my iTunes connect, and when I'm trying to buy it twice (on my iPhone), it tells me that I already bought it. But this is the whole point of consumables,...
Armistice asked 14/11, 2014 at 19:11

1

I'm developing an iOS app that will include auto renewable subscriptions. I want to dynamically populate an upgrade screen based on the available list of subscriptions. While I can easily pull the...
Maccarthy asked 20/2, 2017 at 18:51

1

Solved

I am trying to create an in-app purchase for my app, but I am running into issues. The payment process starts, and the user has to enter in their password; however, the payment never actually compl...
Brachium asked 7/5, 2015 at 0:26

1

I am testing in app purchases in my app right now. I have set up my test accounts in the sandbox on iTunes connect. I am able to sign out of the app store from Settings, then go through the purchas...
Kirkman asked 25/9, 2013 at 11:40

1

Solved

Could someone confirm my thinking that the following crash report would be generated due to SKProductsRequestDelegate still being allocated, yet the code itself not being? i.e. the VC has been clos...
Stier asked 10/7, 2014 at 11:36

1

Solved

I am working on some IAPs using this tutorial. Firstly I fetch the products with this: -(void)fetchAvailableProductsFirstLoad:(BOOL)firstTimeLoading { [[IAPHelper sharedInstance] requestProduct...
Soundless asked 21/8, 2014 at 12:37
1

© 2022 - 2024 — McMap. All rights reserved.