Hi Douglas,
as Manfred pointed out with his question, eu.dgconsulting.appupdating can't be your package name since its it the library's package name.
The code you add to the Manifest simply ask the OS to awake AppUpdating library (as part of your app) when any package is updated on the device. Then is the library responsability to filter just the app it's linked to, so the importance of the real package name as set in Project/Package name.
Umberto
as Manfred pointed out with his question, eu.dgconsulting.appupdating can't be your package name since its it the library's package name.
The code you add to the Manifest simply ask the OS to awake AppUpdating library (as part of your app) when any package is updated on the device. Then is the library responsability to filter just the app it's linked to, so the importance of the real package name as set in Project/Package name.
Umberto