Switch from JsonUtility to JsonConvert because JsonUtility doesn't encode nulls properly (resulting in a blank string for service when it was null)
Delete the IL2CPP mapping file before copying the new one (overwrite flag doesn't seem to work).
Add sdk_version to additional properties
Review checklist
[ ] This pull request has appropriate unit and / or integration tests
What and why?
Switch from
JsonUtility
toJsonConvert
becauseJsonUtility
doesn't encode nulls properly (resulting in a blank string forservice
when it wasnull
) Delete the IL2CPP mapping file before copying the new one (overwrite flag doesn't seem to work). Addsdk_version
to additional propertiesReview checklist