Giter VIP home page Giter VIP logo

Comments (7)

alexcroox avatar alexcroox commented on August 15, 2024

const { CodePush } = Plugins;

That doesn't look like Capacitor 3 code to me

from capacitor-codepush.

sawaca96 avatar sawaca96 commented on August 15, 2024

@alexcroox then how to use CodePush in index.html ? any suggestion or example ?

from capacitor-codepush.

tolutronics avatar tolutronics commented on August 15, 2024

//capacitor v3
import { codePush } from 'capacitor-codepush';

from capacitor-codepush.

sawaca96 avatar sawaca96 commented on August 15, 2024

Can't I use CodePush like the comment?

from capacitor-codepush.

tolutronics avatar tolutronics commented on August 15, 2024

That style is for capacitor version 2, but unfortunately, code push does not support capacitor version 2

from capacitor-codepush.

alexcroox avatar alexcroox commented on August 15, 2024

@sawaca96 I had that Error: "CodePush" plugin is not implemented on ios error because although I had:

@capacitor/device, @capacitor/dialog, @capacitor/filesystem installed, I forgot to run npx cap sync after.

from capacitor-codepush.

sawaca96 avatar sawaca96 commented on August 15, 2024

That style is for capacitor version 2, but unfortunately, code push does not support capacitor version 2

Oh, Thanks.

@alexcroox
now I use codepush like below

import { codePush, InstallMode } from @capacito-codepush
...
await codePush.sync({
  installMode: InstallMode.ON_NEXT_RESUME
})

from capacitor-codepush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.