We are working on application that supports iPhone and Watch OS2. Application has today’s extension to perform some actions. iPhone application sync all data to Watch OS2 application whenever connected. Today’s extension allow user to log some data. Data logged from Today’s extension couldn’t sync to Watch application until iPhone application get invoked. Today’s extension saves data in shared group and its accessible to iPhone application to get data and reflect into it. iPhone application and watch application communicate using info method of connectivity framework.
Is it possible to sync data logged from Today’s extension to watch application without launching iPhone application? Is there any other approach instead of shared group to update iPhone application so it can be sync to watch app also?
we would like to share more information if it helps to get better answer. Highly appreciate quick and positive response.