google / play-unity-plugins

The Google Play Plugins for Unity provide C# APIs for accessing various Play services
Other
441 stars 115 forks source link

com.google.play.integrity @ 1.1.0 is referencing a property that doesn't exist in core #213

Open kabam-hbrar opened 1 year ago

kabam-hbrar commented 1 year ago

StandardIntegrityManager.cs @ line 30 is referencing PlayCoreConstants.IntegrityPackagePrefix which in the core package that 1.1.0 is referencing (core 1.8.1). IntegrityPackagePrefix doesn't exist.

konsnos commented 1 year ago

It seems that the tgz core package wasn't updated correctly. The unitypackage instead contains the missing constant.