Hello! We are using Managed App Pricing for our public app and we have only 3plans. Is it possible to navigate to approve charge page upon app installation? Just a note - our app was built in Remix template.
I am using this code
await billing.require({
plans:[], // I dont know how to get the plans here ??
isTest: true,
onFailure: async () => billing.request({ plan: Same here ?? }),
});