Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in synchronization of subscriptions #1220

Open
dossanovruslan opened this issue Dec 4, 2024 · 2 comments
Open

Error in synchronization of subscriptions #1220

dossanovruslan opened this issue Dec 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dossanovruslan
Copy link

I have implemented a monthly and annual subscription in my applications. In recent days, subscribed users have begun to complain en masse that their subscription is not active. If the user re-authorizes, it will work again, then in a week the situation is the same. After authorizations, I call the methods Purchases.logIn(vm.user!.uid);
Purchases.syncPurchases();

@dossanovruslan dossanovruslan added the bug Something isn't working label Dec 4, 2024
@RCGitBot
Copy link
Contributor

RCGitBot commented Dec 4, 2024

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@michaelAtRC
Copy link

Hey There,

Could you please create a support ticket for this issue so we can investigate why it's happening? This situation is typically linked to how you are identifying customers in your app. If syncPurchases is helping users gain access, it is likely that they are logging in with a different app user ID that lacks the necessary entitlements at some point. This different app user ID could be an anonymous ID generated when you configure the SDK or when a user logs out.

Let me know if that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants