Change pod implementation from 'pod USP' to 'pod appmate'.
Change usages of USPClient to PurchaseClient.
Change usages of USPError to GenericError.
Product.defaultPrice and Product.prices fields are removed.
Product.appleActivePriceDetail and Product.applePriceDetails fields are added instead of removed ones.
If these new fields are nil, go to product details from console and click the Update button at the end of the page.
Check usages of PurchaseInfo.renewTime and PurchaseInfo.discountRenewTime.
Types of renewTime and discountRenewTime properties in PurchaseInfo changed from String to Int.
UserID relation module is added. USPClient.shared.createUserIdRelation(...) method can be called to create relation between active user and a master user. USPClient.shared.deleteMasterUserIdRelation(...) method can be called to delete all relations of a master user. USPClient.shared.deleteSubUserIdRelation(...) method can be called to delete relation of a user with its master.