Configured an iOS app for observer mode to run alongside our existing iOS storekit implementation. After two subscription tests in Sandbox, no data appears in RC. I seem to be missing something, but have followed the docs I find regarding observer mode. I can see through device settings>app store>sandbox that the subscription test is active and my app behaves as such, so I know the sandbox transactions exist. Thanks.
Page 1 / 1
Hmm, I would start by inspecting the debug logs to see if there are any errors appearing there. It’s hard to say what’s going on without some logs or error messages.
Since it sounds like you’re running in sandbox, you should be able to enable debug logging and see what prints out to the Xcode console. More info on setting this up here: https://docs.revenuecat.com/docs/debugging
Thanks, did that exactly after one of your support peeps recommended, and discovered a silly mistake on the appuserid, setting it to “” instead of nil causes a crash ;-) Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.