13.3 C
Canberra
Wednesday, October 29, 2025

Bother putting in revenuecat on a Quasar/Capacitor app for IOS


I am making an attempt to put in RevenueCat on an iOS app that’s constructed with Quasar/Capacitor.

I created a Quasar boot file based mostly on this info: https://www.revenuecat.com/docs/getting-started/set up/capacitor [SEE VUE SECTION]

export default boot(async ({ app, router }) => {
const configure = async () => {

attempt {
  await Purchases.setLogLevel({ stage: LOG_LEVEL.DEBUG });
} catch (e) {
   console.log(e);
}

attempt {
    await Purchases.configure({
      apiKey: "key",      
    });   

 } catch (e) {
   console.log(e);
 }
};

When utilizing the app by way of a cellular simulation through xcode, the bootfile throws an error: {“code”:”UNIMPLEMENTED”}

What I feel this implies is that I’ve not appropriately carried out it to be used with iOS.

src-capacitor package deal.json

"dependencies": {
  "@capacitor/app": "^6.0.0",
  "@capacitor/cli": "^6.0.0",
  "@capacitor/core": "^6.2.0",
  "@capacitor/ios": "^6.2.0",
  "@capacitor/splash-screen": "^6.0.0",
  "@revenuecat/purchases-capacitor": "^9.0.9"
 }

package deal.json

 "dependencies": {
   "@babel/eslint-parser": "^7.23.3",
   "@capacitor/app": "^6.0.2",
   "@capacitor/cli": "^6.0.0",
   "@capacitor/core": "^6.2.0",
   "@quasar/extras": "^1.16.4",
   "@revenuecat/purchases-capacitor": "^9.0.9",
   "pinia": "^2.0.11",
   "quasar": "^2.6.0",
   "vue": "^3.0.0",
   "vue-router": "^4.0.0",
  },

Any solutions the place to look?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

[td_block_social_counter facebook="tagdiv" twitter="tagdivofficial" youtube="tagdiv" style="style8 td-social-boxed td-social-font-icons" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjM4IiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" custom_title="Stay Connected" block_template_id="td_block_template_8" f_header_font_family="712" f_header_font_transform="uppercase" f_header_font_weight="500" f_header_font_size="17" border_color="#dd3333"]
- Advertisement -spot_img

Latest Articles