StoreKit Changes
StoreKit
SKPayment.h
Modified +[SKPayment paymentWithProduct:]
Declaration | |
---|---|
From | + (id)paymentWithProduct:(SKProduct *)product |
To | + (instancetype)paymentWithProduct:(SKProduct *)product |
SKPaymentQueue.h
Modified +[SKPaymentQueue defaultQueue]
Declaration | |
---|---|
From | + (SKPaymentQueue *)defaultQueue |
To | + (instancetype)defaultQueue |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
SKPaymentTransaction.h
SKProductsRequest.h
Declaration | |
---|---|
From | - (id)initWithProductIdentifiers:(NSSet *)productIdentifiers |
To | - (instancetype)initWithProductIdentifiers:(NSSet *)productIdentifiers |
SKReceiptRefreshRequest.h
Declaration | |
---|---|
From | - (id)initWithReceiptProperties:(NSDictionary *)properties |
To | - (instancetype)initWithReceiptProperties:(NSDictionary *)properties |
SKRequest.h
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
SKStoreProductViewController.h
Optional | |
---|---|
From | -- |
To | yes |