PeterStaev / nativescript-purchase

:moneybag: A NativeScript plugin for making in-app purchases!
Apache License 2.0
83 stars 28 forks source link

Question - how to clear stored apple id / password #115

Closed jgmedialtd closed 2 years ago

jgmedialtd commented 2 years ago

When you fire the init() method, the user is prompted for an apple id and password.

Many thanks

PeterStaev commented 2 years ago

Hey @jgmediadesign , you are probably testing in simulator/sandbox environment. From what I know the StoreKit (and this plugin itself) should reuse the account that the user used in the App Store.

jgmedialtd commented 2 years ago

OK thanks @PeterStaev - you're right - we're only testing in TestFlight at the moment which uses the sandbox account.

PeterStaev commented 2 years ago

@jgmediadesign , sadly I'm not sure if there is any way of resetting the saved credential. Try removing the app and reinstalling it.