如何在Unity中使用Google Play API实现即时应用内更新?
原文英文,约400词,阅读约需2分钟。发表于: 。Hi fellow developers! I’m working on implementing Google Play In-App Updates in my Unity project, but I’ve hit a roadblock when trying to initiate an immediate update. Despite following the...
一位开发者在Unity项目中实现Google Play应用内更新时遇到问题,特别是在启动即时更新时出现参数转换错误。尽管遵循了官方文档,但调用`StartUpdate`方法时系统提示无法将`AppUpdateType`转换为`AppUpdateOptions`。他使用了正确的命名空间和Play Core SDK版本,但问题仍未解决,寻求解决方案。