My game is working fine on Google Play with in app purchases. However I noticed on start up I get these two errors. I tried deleting them and reinstalling IAP. Still giving me issues.
GUID [b4326c66a9f464640b9457cbd6237bf6] for asset ‘Packages/com.unity.purchasing/Plugins/UnityPurchasing/iOS/PrivacyInfo.xcprivacy.meta’ conflicts with:
‘Packages/com.unity.purchasing/Plugins/UnityPurchasing/unitypurchasing.bundle/Contents/Resources/PrivacyInfo.xcprivacy.meta’
We can’t assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
and
GUID [b4326c66a9f464640b9457cbd6237bf6] for asset ‘Packages/com.unity.purchasing/Plugins/UnityPurchasing/unitypurchasing.bundle/Contents/Resources/PrivacyInfo.xcprivacy.meta’ conflicts with:
‘Packages/com.unity.purchasing/Plugins/UnityPurchasing/iOS/PrivacyInfo.xcprivacy.meta’
We can’t assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
What worked for me was updating Unity to the next version. I was on 2018, then I upgraded to 2019. Don’t waste your time trying to edit tucked away files or find a workaround.
i think i fixed it by going to:
proyect\Library\PackageCache\com.unity.purchasing@4.11.0\Plugins\UnityPurchasing\unitypurchasing.bundle\Contents\Resources
and deleting all the files there except en.lproj folder and en.lproj.meta
then uninstalled and re-installed purchases package and added the new analitics package that is in beta…
This works for me. I only delete ‘PrivacyInfo.xcprivacy’ and ‘PrivacyInfo.xcprivacy.meta’ files from the \Library\PackageCache\com.unity.purchasing@4.12.0\Plugins\UnityPurchasing\unitypurchasing.bundle\Contents\Resources folder. Without uninstall/re-install the IAP package. Make sure to make the unitypurchasing.bundle file read-only.