Hey everyone I am curious to know if there are an...
# multiplatform
n
Hey everyone I am curious to know if there are any alternatives to Conveyor for packaging and delivering updates. If you have any recommendations, I’d love to know since my search has proven to be unsuccessful. Also, are there any APIs in the KMP ecosystem that I can use to implement app updates? Any insights would be super helpful.
m
As you mention Conveyor, I assume you are talking about packaging and delivering desktop software. You also don’t say whether you are talking about a Compose multiplatform app or not. As you are talking about an App I assume you do you Compose. Then there are several possible routes to follow: 1. You could use the built-in packaging mechanisms and a) distribute the software via some website yourself or b) use the various app-stores (Apple, Windows, Linux). 2. Use Conveyor as mentioned in you question. 3. Use JDeploy 4. Build a Kotlin/Compose Progressive Web App (PWA) instead via the JavaScript or WasmJs target and deploy via the internet.
n
Thanks @Michael Paus, I would look into the leads you sent.