How to use Cordova-plugin-purchase to do in-app purchase with “Purchase attribution” in Cordova-Vue3 project?

233 Views Asked by At

I am working on a Cordova-Vue3 project and want to use the cordova-plugin-purchase plugin to handle the Google Play subscriptions. I need to know how to define the purchase function with the Purchase attribution (setObfuscatedAccountId) in the Vue3 components. Can anyone provide guidance or examples on how to do this?

Currently, I am using the Cordova-Plugin-InAppPurchases plugin and it works well, but it does not support the Purchase attribution (setObfuscatedAccountId)

0

There are 0 best solutions below