-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
StoreKit 2 migration 🥳 #1403
Comments
I am currently confused about what we can do with this. Looks like we have nothing to do to change the source code? Hope someone can give any other insights to this thread. @neilco Any idea? |
@hyochan I would start by comparing the original StoreKit API to the StoreKit 2 API. They are radically different. Also, check out the Meet StoreKit 2 session from this year's WWDC. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Did anything in the 8.0.0 release of react-native-iap move the needle on this issue, or was 8.0.0 just a migration to Swift? |
Any news about this migration? Do you need any help? |
@lukebars I have not had a chance to look into this closely. If we can find a starting point that gives us direction, I think it will help us not hesitate to proceed. |
@hyochan I'm investigating the migration to SK2, got some methods already working. I'll share my findings in a week or so, when whole transition POC will be complete. Seems like we're gonna need to support both, as SK2 supports only iOS 15.0+. |
@lukebars Sounds fabulous. Looking forward to it! |
Any updates on this @lukebars ? |
Hey @andresesfm, I've managed to migrate most of the methods to SK2, now need to do the listeners and so on. I'll publish the branch is somebody wants to get their hands on it. We also need to think about some kind of architecture to support both, as SK1 and SK2 are quite different. |
That's great news @lukebars. Yes, please post your branch so we can start looking at it |
Please follow updates/ collaborate here: #1370 |
I have just published |
Published 11.0.0-alpha.6 with backwards compatiblity. No longer need to target iOS 15 in order to use the library. However, in order to use sk2 you'll need to target ios 15.0 |
Hello guys, |
@basemanabulsi take a look at the |
@andresesfm Awesome, thank you for the guidance. Currently I am browsing and understanding the code more so I can dig into it. |
@basemanabulsi if you are changing the documentation please do it against the next branch as I'm currently getting it ready for release. Thank you and let me know if any questions |
Released |
Released |
Released |
PR to merge into main: #1985 |
Hey @andresesfm, when do you think version 11.0.0 will be released? |
As soon as we get enough eyes that validate it is stable @emberist. Implementation is complete. The code will be exactly what you'll see in |
|
Discussed in #1370
Originally posted by neilco June 9, 2021
There's lots of interesting changes coming in StoreKit 2. Just throwing my hat in the ring early for helping out with adding StoreKit 2 support.
The text was updated successfully, but these errors were encountered: