Hi, this is our first in app purchase (annual subscription) and the first time using RevenueCat, Overall everything seems to be working except for the following code which is never call Please help. Thank you.
- (void)purchases:(nonnull RCPurchases *)purchases receivedUpdatedCustomerInfo:(nonnull RCCustomerInfo *)purchaserInfo {
// handle any changes to purchaserInfo
NSLog(@"\n\n\n Purchase Updated INFO: %@", purchaserInfo);
/self CheckForSubscription];
}