Developing Apple watch apps

Hi, has anyone done this? Is it possible with juce? thx

Hi, anyone got any insights into this? thx

I am interested too.

bumpety

1 Like

I found this thread because I was searching for information on making WearOS (Android watch) apps with JUCE - I couldn’t find any info at all. So I tried it - deployed a JUCE app to a Google Pixel (WearOS) Watch, from Android Studio - and it worked! So I hope this helps - there doesn’t seem to be any documentation about deploying to WearOS or to Apple Watch, but I would say just try it - it is possible on Android.

5 Likes

I tried to make a JUCE app for Apple Watch, but it was not possible. Basically, it’s a different ecosystem with different system libraries. I used a bridge from Swift to Objective-C++ to use regular C++ classes, but of course it was not enough to use JUCE modules as they are dependent on standard macOS system libraries etc. It was one year ago and I don’t know if things have changed since then.

3 Likes