I have an educational app that is structured around courses. My subscription offering has two options: "single course" and "unlimited".
The problem is that with a "single course" subscription, I need to track which course the user subscribed to across devices. Can RC help me do this?
It seems like `setAttributes()` would help here, but there's no corresponding `getAttributes()` in the SDK.