Brian Clow
Brian Clow
@bouyuc I'm also getting this now using Angular 12 or 14 and Nativescript 8. The exact same message and TS error.
@farfromrefug @dangrima90 I see this issue is still open and after using the slider with the most up-to-date version I'm not sure if the PR #395 that was merged resolves...
Here is a video of it in an app I'm working on: https://www.youtube.com/shorts/rxUXB-EbOec
@farfromrefug I don't think it a native bug but I am not 100% sure. I imagine it's just a math error in calculating the number of ticks which effects where...
I can confirm, using the old setup instructions works for Angular 15 {N} 8. Thank you @mleleux-heykiddo
@fpaaske This seems to be something that others might wanting as well. I've discussed this a bit on the NativeScript Discord. I created a demo app, added firebase-core and crashlytics...
@felixkrautschuk I assume you got it working? I'm currently using this plugin for subscriptions using the `fetchItems` method and things are working fine.
@felixkrautschuk Interesting, we were able to get up and running after following the steps listed here: https://github.com/NativeScript/payments/tree/main/packages/payments#readme Without any StoreKit config file, but we are using the `fetchItems` and not...
@felixkrautschuk Good questions, the iOS sandbox environment and process for testing subscriptions can be tricky. There are lots of steps and if things are not unsubscribed or cleared properly you...