iOS support request
Is there any plan to have an ios app
Please do this if iOS allows 🙏🙏🙏
tim apple won't allow that !!
So possibly there are three workarounds:
-
serve an API endpoint similar to what https://github.com/changkun/midgard has and then use shortcuts automation to manually push or pull the latest clipboard items as and when required. I find this to be the best solution, you just need to have two icons for the shortcuts automation

-
use the APNS apple push notification service. they do provide a service to auto-copy. But this will make all your clipboard go through their servers. But there will be no way to automatically push ios clipboard to clipcascade without a manual intervention.
-
borrow concept from https://github.com/rileytestut/Clip - they have a good workaround but app needs to be sideloaded.