Difference between revisions of "WatchOS 2 App Development Essentials"
From Techotopia
(New page: This book is currently under development. Please check back for updates. = Table of Contents = # A watchOS 2 WatchConnectivity Messaging Tutorial) |
|||
Line 1: | Line 1: | ||
− | |||
This book is currently under development. Please check back for updates. | This book is currently under development. Please check back for updates. | ||
= Table of Contents = | = Table of Contents = | ||
+ | # [[An Introduction to Watch Connectivity in watchOS 2]] | ||
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]] | # [[A watchOS 2 WatchConnectivity Messaging Tutorial]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|About the Project]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Creating the Project]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Enabling Audio Background Mode]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Designing the iOS App User Interface]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Establishing Outlets and Actions]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Initializing Audio Playback]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Implementing the Audio Control Methods]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Initializing the iOS App Watch Connectivity Session]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Designing the WatchKit App Scene]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Initializing the WatchKit App Connectivity Session]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Sending the Message to the iOS app]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Handling the Message in the iOS app]] | ||
+ | #* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Testing the Application]]<br><br> |
Revision as of 13:48, 22 June 2015
This book is currently under development. Please check back for updates.
Table of Contents
- An Introduction to Watch Connectivity in watchOS 2
- A watchOS 2 WatchConnectivity Messaging Tutorial
- About the Project
- Creating the Project
- Enabling Audio Background Mode
- Designing the iOS App User Interface
- Establishing Outlets and Actions
- Initializing Audio Playback
- Implementing the Audio Control Methods
- Initializing the iOS App Watch Connectivity Session
- Designing the WatchKit App Scene
- Initializing the WatchKit App Connectivity Session
- Sending the Message to the iOS app
- Handling the Message in the iOS app
- Testing the Application