If you’re reading this on iOS, it’s really interesting to me that clicking this link will slide open an Apple One signup UI — right on top of your Mastodon client!
Now That’s OS Integration™
If you’re reading this on iOS, it’s really interesting to me that clicking this link will slide open an Apple One signup UI — right on top of your Mastodon client!
Now That’s OS Integration™
@stroughtonsmith @cabel @TheJoeFin Specifically the magic url is: ams-ui://one.apple.com/us/?itcCt=pt%3D118354236%26ct%3DWebsite%26cid%3D1237825358
There’s a chunk of code in iOS/macOS’s URL handling logic with a lot of if-else-if-else-if blocks for magic urls with specific handling. Others include apps.apple.com, itunes.apple.com, apple.news, etc. (Something tells me Apple Media Services didn’t get the memo about Universal Links? 🙃)
@donw @cabel @TheJoeFin @paul that’s what it is.
In @IceCubesApp I use the system browser and when it opens immediately.
Tell it to use the internal and you get the push then display
Solved