Peter Staev

Results 132 comments of Peter Staev

@DBhail the border is a default android style of the spinner. You can remove it AND the indicator on the right by using the hack to apply a border to...

Hey @mmerbes , I do not think setting 100% would work. Try removing the `fontSize` property and put something big in the style, like `font-size: 50`. See if that would...

@mreall , this might be because in sandbox subscriptions renew in an accellarted schedule: https://help.apple.com/app-store-connect/#/dev7e89e149d That might explain why you see so much events. If the transactions are different, then...

I dont think it is strange. For every renew I think StoreKit will call your app's transaction event in addition to the server to server notifications.

Sadly I don't 😞 Don't have a production app that uses app purchases or subscriptions so don't have any past experience.

Hey @hardmaster92 , currently I personally do not intend to update the public plugin. But you or anyone else can fork the latest version of the code available here and...

@ArthurMJ96 , ok, if you say so: https://developer.android.com/google/play/billing/release-notes#3-0

@rigor789 I would agree, but the same code works perfectly fine with JSC. Basically on the demo app, I uninstalled `@nativescript/ios` and installed `tns-ios` and the code started working. This...

Hmm reading the comment from Darin, seems nested classes are always used with their mangled names.

A quick follow up - a workaround seems to be to decorate the view controller with `@objc()`. This causes the class to **not** be nested and seems registered correctly.