Display alert or UserNotification from system extension

I am looking to convey some information to the user and request his input from a system extension (a Network extension).


I couldn't get an Alert to work on systemExtensions. Am I missing something or is it indeed not possible/not advisable ?


What about UserNotifications, is it advisable to do that from the system extension itself, or should I just use xpc to foward the information to a normal app, which will take care of display the info ?