I am creating an application that should show remote notifications on Apple watch. I have set all the required icons for Apple watch on my AppIcons assets. My watchkit app will only exist to show the received notifications and be able to read them.
Unfortunately I don't have an Apple watch to know the answer. So my question is the following: Is it necessary to create a Watch kit app for this purpose? or the received remote notifications on my device will also be shown on the watch without needing to create a WatchKit app?
In addition, and in case that the notifications are not shown on the watch without creating the watchkit app, how should I remove it from the list of apps shown on the watch since no functionality other than showing notifications?