mapiacompany / capacitor-codepush

Capacitor plugin for CodePush
http://appcenter.ms
Other
151 stars 65 forks source link

Will this work in an ionic 5/capacitor 3/angular/firebase project? #46

Closed metalllus closed 3 years ago

metalllus commented 3 years ago

Just a quick question if this should work in an ionic 5/capacitor 3/angular/firebase project to have the same functionality as provided by Ionic Appflow Live Updates. Just to be sure if this is viable for my use case before I dive in deeper trying to implement it. Thank you 🙏 .

nonsenseless commented 3 years ago

Yes, it will provide support for the same kind of live updates that Ionic App Flow provides.

metalllus commented 3 years ago

@nonsenseless another quick question, when I create the app with the command appcenter apps create -d <appDisplayName> -o <operatingSystem> -p <platform> what platform should I choose for iOS and Android to make it work, Cordova for both or...?

nonsenseless commented 3 years ago

Not a clue since I’ve always made the slots through the web ui. You’ll need to create separate apps for both android and iOS though.

On Fri, Sep 3, 2021 at 10:13 AM metalllus @.***> wrote:

@nonsenseless https://github.com/nonsenseless another quick question, when I create the app with the command appcenter apps create -d -o -p

what platform should I choose for iOS and Android to make it work, Cordova for both or...? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or unsubscribe . Triage notifications on the go with GitHub Mobile for iOS or Android .
metalllus commented 3 years ago

@nonsenseless on the web ui you also have to select platform: 2021-09-03_17-28-40

nonsenseless commented 3 years ago

Okay, well, what kind of app do you want it to be? Pick that one.

On Fri, Sep 3, 2021 at 10:30 AM metalllus @.***> wrote:

@nonsenseless https://github.com/nonsenseless on the web ui you also have to select platform: [image: 2021-09-03_17-28-40] https://user-images.githubusercontent.com/48943750/132030439-cc35b007-a001-4b0e-81f4-f3ecb0a1e1dd.png

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/mapiacompany/capacitor-codepush/issues/46#issuecomment-912623294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA25NOA3X35FA24FG5EX4RDUADSX5ANCNFSM5DLWTMKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

nonsenseless commented 3 years ago

You’re probably going to want Cordova though if you’re using code push.

On Fri, Sep 3, 2021 at 10:31 AM Sean Thompson @.***> wrote:

Okay, well, what kind of app do you want it to be? Pick that one.

On Fri, Sep 3, 2021 at 10:30 AM metalllus @.***> wrote:

@nonsenseless https://github.com/nonsenseless on the web ui you also have to select platform: [image: 2021-09-03_17-28-40] https://user-images.githubusercontent.com/48943750/132030439-cc35b007-a001-4b0e-81f4-f3ecb0a1e1dd.png

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/mapiacompany/capacitor-codepush/issues/46#issuecomment-912623294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA25NOA3X35FA24FG5EX4RDUADSX5ANCNFSM5DLWTMKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

metalllus commented 3 years ago

@nonsenseless well in my case I am using Ionic/Capacitor and this plugin is using Capacitor, therefore I am not sure 100 percent sure Cordova is indeed the way to go for me.

nonsenseless commented 3 years ago

This plugin is forked specifically to work with capacitor. The web ui is going off the assumptions of the stock plugin which uses Cordova; Cordova is the closest match for your project.

On Fri, Sep 3, 2021 at 10:37 AM metalllus @.***> wrote:

@nonsenseless https://github.com/nonsenseless well in my case I am using Ionic/Capacitor and this plugin is using Capacitor, therefore I am not sure 100 percent sure Cordova is indeed the way to go for me.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/mapiacompany/capacitor-codepush/issues/46#issuecomment-912627907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA25NOFUPAPXN365QP6TNNDUADTSFANCNFSM5DLWTMKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

metalllus commented 3 years ago

@nonsenseless thx for the help.