Hi, I’m looking into migrating from my in-app purchase code to Rev Cat. I currently only have consumable and non-consumable products. I’m looking to add a subscription and figured I’d give this a try.
I’m a bit confused on how to migrate my existing non-consumable items to rev cat.. or do I just use rev cat for the subscription only?
I’ve added a few of my non-consumable items to rev cat and they are showing up via the api in my app.. but rev cat doesn’t know they have been purchased. I did try:
[RCPurchases.sharedPurchases syncPurchasesWithCompletion:^(RCCustomerInfo *customerInfo , NSError *error) {
NSLog(@"Synced! %@ %@",customerInfo, error);
}];
And I get an error “The receipt is missing” So my guess is this is only looking for subscriptions?
So I’m wondering if I know that someone has purchased a non-consumable via my existing in-app code, can I send a command to rev cat to register that they have purchased it? Should I need to do that or would rev cat be able to communicate with the AppStore and gather that themselves?