I am using Push Notification V2. App is part of a solution I have the connection reference for V2 in there all works well in Dev Environment but when I deploy to Prod I get the following error
error: PowerAppsNotificationV2.SendPushNotificationV2 failed: { "error": { "code": "ApplicationNotFound", "message": "The application 'xxxxx' could not be found in the tenant 'xxxxx' in environment 'xxxx'." } }
Any ideas ? I'm sure I'm just missing something basic !
TIA