Closed dhamelin closed 1 year ago
My use case:
GooglePlayLicenseSettings is asking to confirm the Package Name but wasn't showing the proper package name.
To Fix:
GooglePlayLicenseSettingsInspector should use PlayerSettings.GetApplicationIdentifier(BuildTargetGroup.Android) instead of Application.identifier
PlayerSettings.GetApplicationIdentifier(BuildTargetGroup.Android)
Application.identifier
Just a small issue, but would be a nice improvement.
You're absolutely right! I'll upload the fix in a few days. Thanks for pointing that out!
The fix is already live, please update to version 1.2.1.
My use case:
GooglePlayLicenseSettings is asking to confirm the Package Name but wasn't showing the proper package name.
To Fix:
GooglePlayLicenseSettingsInspector should use
PlayerSettings.GetApplicationIdentifier(BuildTargetGroup.Android)
instead ofApplication.identifier
Just a small issue, but would be a nice improvement.