Git Product home page Git Product logo

Comments (7)

mcrowe avatar mcrowe commented on August 18, 2024 8

I have been experiencing this same issue. I believe this is because this library is focused on a callback pattern, which only listens for transaction changes during the lifetime of that request. Best practices are to listen for transactions when the app launches so that postponed requests like this are seen. See Apple's description for more details.

This happens quite rarely, and I'm not sure how to recreate it deliberately. We get about 750 new subscriptions per month, and this seems to happen to about 1 user per month. Still, it leads to a pretty frustrating experience for that 1 user.

As @chirag04 suggests, I think the solution lies in moving towards an event-based architecture. I will be working on a solution imminently. I may provide a PR, or create a new library, depending on the extent of the changes needed.

from react-native-in-app-utils.

lefoy avatar lefoy commented on August 18, 2024 1

Any news on this? I'm having the same issue

from react-native-in-app-utils.

chirag04 avatar chirag04 commented on August 18, 2024

@joyeon Does apple post two events one SKPaymentTransactionStateFailed and something else later after verification?

from react-native-in-app-utils.

joyeon avatar joyeon commented on August 18, 2024

Yes apple ask to let user purchase again after verification. If the user accept it, apple post an event SKPaymentTransactionStatePurchased.

from react-native-in-app-utils.

chirag04 avatar chirag04 commented on August 18, 2024

Interesting. Not sure what's the correct way to handle this. We should not leak callbacks when we get SKPaymentTransactionStateFailed.

Maybe it's time to move away from callback based pattern to an event based one. @joyeon you want to send a PR?

from react-native-in-app-utils.

joyeon avatar joyeon commented on August 18, 2024

Will try to send PR but It could take time. If you want to patch it immediately please do it without hesitation.

from react-native-in-app-utils.

mcrowe avatar mcrowe commented on August 18, 2024

This is related to #31

from react-native-in-app-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.