Open lapisanlangit opened 3 weeks ago
no info about this?
sorry i didn't got email from your first issue.
It's ios or android?
Android.. I am using ionic framework. I am build new blank app and only add this native-purchase library also crash and out
no update?
Sorry i didn't saw your answer @WcaleNieWolny can you have a look ?
Thank you for your plugin, is very easy to use. I have succeeded get products and show in list price in apps, but when i call purchaseProduct methode, application is crash and automacally out.
try { const transaction = await NativePurchases.purchaseProduct({ productIdentifier: productId, productType: PURCHASE_TYPE.INAPP // or PURCHASE_TYPE.SUBS for subscriptions }); console.log('Purchase successful:', transaction); // Handle the successful purchase (e.g., unlock content, update UI) } catch (error) { console.error('Purchase failed:', error); }
no error is shown because apps is out, so I can't give error message. please help me, I am using Angular 18, Ionic 8, Capacitor 6