RE: https://mastodon.social/@cheeaun/115806706662248195
Still wondering if anyone can help 🙇♂️🙇♂️
RE: https://mastodon.social/@cheeaun/115806706662248195
Still wondering if anyone can help 🙇♂️🙇♂️
@cheeaun @halcy it may help to think of AltStore less as a “store”, and more as a sideloading tool that allows developers to directly distribute their apps to users. The idea is you discover apps from the web, then install it via AltStore
If you distribute macOS apps, it’s conceptually similar to distributing your app from your website and using Sparkle to update it (Sparkle XML == AltStore Source JSON)
@rileytestut 🤔 so this means that web sites could add a 'Download via AltStore' badge, when clicked, launch AltStore, auto-add the source, and display the app page? 🙈
@cheeaun @halcy yup! We’re actually working on a standard button anyone can easily add to their website, but in meantime you can use this URL scheme to deep link people to your source:
altstore-pal://source?url=[source URL]
Example:
altstore-pal://source?url=https://i.cizzuk.net/altstore/source.pal.json
@q @cheeaun @rileytestut @halcy
Github user Zipdox2 has designed this pretty good looking download badge, you might want to have a look :) https://github.com/altstoreio/AltStore/issues/1607#issuecomment-2937232334