Hello,
I have a complication for my app correctly working and I'd like to tell my app, once it launched, which data it should show. Let's say I have a calendar application with the time travel feature and the user taps on a future event. What I would like to do here is when the user taps the complication to open, the id of the event is passed to the main app upon launching (via Handoff presumably like it's possible in Glance) so I can show the correct information to the user.
I have read the documentation and I couldn't find a way to do this. The ComplicationController inherits from NSObject and so there is no way to do that via Handoff and the updateUserActivity method. Any idea how to solve this problem?
Thanks a lot.