I’d like to change the product name to include the target name and build number to make it easier for our clients to provide us clear info about which version are they using just by looking at the app on the home screen.
Is there any way to get these values from unity cloud build on the pre export method?
You can use the Build Manifest for this. There is a ‘BuildManifestObject’ tab along the top of that support guide that shows an example of using it in a pre export method.