Any way to reactivate a hanging foreign task (provided by an API/SDK)?
I am a bit inexperienced with handling tasks and I cannot cancel or kill this task and it just hangs. The current situation is that this is a mobile app with push notifications and I am using the OneSignal (Unity) SDK to implement said notifications. Whenever I request permission through said SDK, I am allowed to activate the native prompt that sends the user to the app settings. However, when you return to the app, the task hangs and I do not know how to reactivate it or do anything with it. I cannot kill it. Its status is
WaitingOnActivation
.0 Replies