-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this package still maintained? #70
Comments
In this comment @Clovel states that he has an invite as a maintainer, but had not accepted it yet. If you have the resources to properly maintain a fork, I think the hole community will appreciate it. |
Since posting this issue, we've had a think about the feasibility of using Appcenter with Capacitor. We decided it would be unwise to leverage other app types in Appcenter in order to get it to work with a plugin for Capacitor possibly leading to further instabilities as Appcenter changes, and would rather consider using other services (Firebase, AWS, etc) to build our own OTA update mechanism. |
@WoodyWoodsta in case you weren't aware, there is another effort here that allows you to use your own infrastructure: https://github.com/Cap-go/capacitor-updater I can't comment on it's stability as this repo is working fine for me in production, but I have been following along on the github/discord. |
Thanks for the suggestion @alexcroox - we aren't happy with the quality of that solution for the type of applications we're building. Will most likely draw some inspiration from it and others like it, but will need to build our own. |
it appears that the only fork that currently is maintained is https://github.com/Dwimcore/capacitor-codepush, i didn't give them a try but I will do soon |
sorry, my bad, I had 100 tabs open and copied the wrong url. I meant https://github.com/mmadlener/cordova-plugin-code-push but I just noticed that's a cordova version, but probably should should be able to create a connector somewhere |
@WoodyWoodsta Have you found or implemented (and care to share) any OTA update mechanism through Firebase please? We would also need to use this package, but it does not support capacitor v4. |
I'm actually in the middle of writing our own that draws from S3 and a node.js service in our cluster (nothing to do with Firebase - I feel like using Firebase just for bundle storage is an overkill). It's highly tailored for our app but I'll give some thought to making it public. If Firebase had an OTA solution we'd probably use theirs but I don't believe they have that at the moment. |
I've noticed that questions aren't being answered and PRs not merged for a 4-5 months. We plan to start using Capacitor with Appcenter (coming from Cordova) but we need something more stable than this fork.
If this is an abandoned fork, then we would probably be happy to take responsibility for creating a fork or a version which is properly published to NPM, with some commitment to keeping the community active and the package maintained.
The text was updated successfully, but these errors were encountered: