Slide 69
Slide 69 text
Reuse Code!
• User Embedded Frameworks to share code between iOS App and WatchKit Extension
• Limitations:
• Extensions and iOS app run in separated processes
• Some APIs are not available to App Extensions
• Access sharedApplication
• Camera, micro
• Long-running background tasks (networking!)
• HealthKit, EventKit UI, AirDrop, etc.