Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Can I make an Apple Watch app to connect to my game?
- 9876546789
-
81 posts
Can I make an Apple Watch app to connect to my game?
I'm making a plane game. If the user has mobile then the person can control the engines with the watch (slider for throttle and buttons for engine pumps/masters on/off) How can I do so?
- MagicCrayon9342
-
1000+ posts
Can I make an Apple Watch app to connect to my game?
https://developer.apple.com/documentation/watchkit/creating_independent_watchos_apps
You probably can, cant get any information anywhere close to what you want to do.
You probably can, cant get any information anywhere close to what you want to do.
- 9876546789
-
81 posts
Can I make an Apple Watch app to connect to my game?
https://developer.apple.com/documentation/watchkit/creating_independent_watchos_appsIs there a library to connect to Scratch?
You probably can, cant get any information anywhere close to what you want to do.
- ScratchCatHELLO
-
1000+ posts
Can I make an Apple Watch app to connect to my game?
https://developer.apple.com/documentation/watchkit/creating_independent_watchos_appsIs there a library to connect to Scratch?
You probably can, cant get any information anywhere close to what you want to do.
almost certainly not. (it might depend on what you’re using to make said app, but I doubt that there is)
you might be able to connect to the cloud variables using the api, though.
- Chiroyce
-
1000+ posts
Can I make an Apple Watch app to connect to my game?
since making apps for apples walled garden requires you to use Swift or Objective C, swift should be easier. So first -https://developer.apple.com/documentation/watchkit/creating_independent_watchos_appsIs there a library to connect to Scratch?
You probably can, cant get any information anywhere close to what you want to do.
- Have a Mac running macOS
- Have Xcode installed
- Make a new project and select watchOS at the top, and then select Watch App

Then follow this tutorial from the same image onwards — https://developer.apple.com/documentation/watchkit/creating_independent_watchos_apps
- Discussion Forums
- » Advanced Topics
-
» Can I make an Apple Watch app to connect to my game?