This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: glassfy/ios-sdk
Releases · glassfy/ios-sdk
1.3.3
1.3.2
1.3.1
1.3.0
1.3.0-beta.2
Release v1.3.0-beta.2
1.3.0-beta.1
Added
- On
Glassfy
:
+ (void)platformInfo:(GYPlatformCompletion)block;
Notes
- Newly added api, allow to retrive platform specific info about the user.
- Fix nullability on previously added connection API
1.3.0-beta.0
Added
- On
Glassfy
:
+ (void)connectPaddleLicenseKey:(NSString *)licenseKey force:(BOOL)force completion:(GYErrorCompletion)block;
+ (void)connectCustomSubscriber:(NSString *_Nullable)customId completion:(GYErrorCompletion)block;
Notes
In current release, has been added paddle license key support as well as customSubscriber support.
1.2.0
1.1.8
Added
- On
Glassfy
:
+ (void)setPurchaseDelegate:(id<GYPurchaseDelegate> _Nullable)delegate
+ (void)skuWithProductId:(NSString *)productid promotionalId:(NSString *)promoid completion:(GYSkuBlock)block
- On
GYPurchaseDelegate
:
- (void)handlePromotedProductId:(NSString *)productid
withPromotionalId:(NSString *_Nullable)promoid
purchaseHandler:(void (^)(GYPaymentTransactionBlock _Nullable))purchase
- (void)didPurchaseProduct:(GYTransaction *)transaction
Renamed
- On
GYOffering
propertyidentifier
renamed toofferingId
- On
GYPermission
propertypermissionIdentifier
renamed topermissionId
- On
GYSku
propertyidentifier
renamed toskuId
- On
GYTransaction
propertyproductIdentifier
renamed toproductId
- On
Glassfy
method+ (void)skuWithIdentifier:(NSString *)skuid completion:(GYSkuBlock)block
renamed to+ (void)skuWithId:(NSString *)skuid completion:(GYSkuBlock)block
Notes
In current release, has been implemented -paymentQueue:shouldAddStorePayment:forProduct:
of SKPaymentTransactionObserver
to process promoted payment.
The implementation, call methods on GYPurchaseDelegate
if implemented otherwise return true
and process the purchase automatically.
1.2.0-beta.0
Release v1.2.0-beta.0