Is there a way to see what version of Unity the AAB/APK is made with using the patcher GUI? (or another method).
I am getting patch not needed, not sure what 2017 version I made the games with.
I currently have 2017.4 LTS installed, but do not want to rebuild if possible.
Am I to presume if “Patch Not Needed” Is shown in the Application Patcher, I got lucky with that particular app for now and can ignore?
Yes, this particular message means your app is not vulnerable.
To determine the version, find the data.unity3d or the globalgamemanagers` file inside your application and open it in a hex editor. The Unity version string will be there in the first 50 bytes or so.