Despite having entitlement in my dashboard, when I print (info.entitlements), I get:
<RCEntitlementInfos: self.all={
}, self.active={
}>
Despite having entitlement in my dashboard, when I print (info.entitlements), I get:
<RCEntitlementInfos: self.all={
}, self.active={
}>
Best answer by tina
Hi
The EntitlementInfo object is tied to a subscriber’s subscription status. Meaning if the app user ID you’re testing with has not purchased a product that’s attached to an entitlement yet, the EntitlementInfo object will be null. You should make a sandbox purchase first, then recheck the EntitlementInfo object.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.