When launching my intent from the shortcuts app and having other apps open in the same workflow I notice my intent getting stuck. It seems like it never finishes.
I call the intent response after the action but im not sure where to pass that off to.
My app never seems to call
- (void)application:(UIApplication *)application handleIntent:(INIntent *)intent completionHandler:(void (^)(INIntentResponse * _Nonnull))completionHandler {}
So I am not sure what is going on, any help would be appreciated
Thanks