I am trying to make a Watch App that tracks user motion activities. This data will be sent to the iOS app, processed, and then sent to a server. However, if the iOS phone is not present, the Watch App will need to be able to temporarily hold the data until it's able to transfer it to the phone.
From what I read in the Apple article, if you are making an "iOS App with Watch App" it will either be independent or dependent. Is this a correct summary of the types of projects?
Choose "Watch App" if:
- Your watch app does not need an iOS companion
Choose "iOS with Watch App" if:
- Your watch app may need or may not need an iOS companion
If that's the case, would my project fall under the "iOS with Watch App" + dependent type?
Can a "Watch App" only project still interact with an iOS app via Bluetooth?
Why pick "Watch App" only, if you can make a "iOS with Watch App" project but make the watch app independent?