func didLoadLatestProfile (AdaptyProfile )
Implement this delegate method to receive automatic profile updates
func shouldAddStorePayment (for: AdaptyDeferredProduct , defermentCompletion : (AdaptyResultCompletion <AdaptyPurchasedInfo >?) -> Void) -> Bool
Implement this delegate method to handle a user initiated an in-app purchases from the App Store. The default implementation returns
true
.