agisboye / app-store-server-api

A Node.js client for the App Store Server API
MIT License
210 stars 32 forks source link

Missing NotificationType: ONE_TIME_CHARGE #54

Open MilesV64 opened 1 month ago

MilesV64 commented 1 month ago

Hello, thanks so much for this library! It seems the NotificationType enum is missing ONE_TIME_CHARGE, or am I missing something?

See this WWDC video which mentions the ONE_TIME_CHARGE: https://developer.apple.com/videos/play/wwdc2024/10062/

Would it be possible to add?

agisboye commented 1 month ago

Hi MilesV64,

It looks like it'll be available later this year in production. I don't see anything in the docs or changelog yet. If you notice that Apple has added it, please feel free to create a pull request. 😊

Screenshot 2024-07-21 at 21 44 08
MilesV64 commented 1 month ago

Ah gotcha, didn't see it wasn't available yet thanks @agisboye, I guess there's no way to get notifications for one time purchases right now?