Discuss Scratch

9876546789
Scratcher
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
Scratcher
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.
9876546789
Scratcher
81 posts

Can I make an Apple Watch app to connect to my game?

MagicCrayon9342 wrote:

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.
Is there a library to connect to Scratch?
ScratchCatHELLO
Scratcher
1000+ posts

Can I make an Apple Watch app to connect to my game?

9876546789 wrote:

MagicCrayon9342 wrote:

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.
Is there a library to connect to Scratch?

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
Scratcher
1000+ posts

Can I make an Apple Watch app to connect to my game?

9876546789 wrote:

MagicCrayon9342 wrote:

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.
Is there a library to connect to Scratch?
since making apps for apples walled garden requires you to use Swift or Objective C, swift should be easier. So first -

- 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

Powered by DjangoBB