You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to link my app's user id with Apple ID, how can I link that? I tried Qonversion.setUserID("myServerId") but permissions are same for different apple ids.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Use case:
I purchased subscription using sandbox account [email protected]. After that I logged out and logged in with [email protected]. When I called
Qonversion.checkPermissions
it shows same permissions for [email protected] as well as [email protected].I need to link my app's user id with Apple ID, how can I link that? I tried
Qonversion.setUserID("myServerId")
but permissions are same for different apple ids.Beta Was this translation helpful? Give feedback.
All reactions