Project overview
The idea behind this project is to create an iOS app with an Apple Watch extension that will control the contents of your fridge. To set up the fridge contents, you need to use an iPhone device. However, the notification that the fridge is running out of food will be sent via Apple Watch.
You will also be able to use MapKit
to guide you to the supermarket. The Watch app will only display the supermarket's location, while the iOS app will provide the directions to the supermarket.
Note
Till date, it has not been possible to create an Apple Watch app that is not linked to an iOS app, meaning that you always have to create an iOS app, even if it is an empty application.
watchOS 2 is the version you should use for this app; it is slightly different from the previous one. Ensure that you are using the correct simulator version or that you have updated your watch operating system. The Xcode version must be at least 7; don't use Xcode 6, except when you are developing for watchOS 1...