Hi DaleIt looks like you're missing the command to tell the licence manager to look in trusted storage for licence information. You need to do this:licensing.LicenseManager.AddTrustedStorageLicenseSource();before your first AcquireReturn() call.I mad...