正如其他人所发布的那样,我的 Spotify 应用程序(正在开发中)在 Spotify 更新后死亡。我无法再访问它,因为它会引发 metadataFailed 错误。我尝试使用新方法“spotify:app:application-identifier-in-manifest”进行访问,但它不起作用。我已经在清单中设置了 BundleIdentifier 和 BundleVersion。
此外,我已经在具有多个不同开发者帐户的多台不同计算机上尝试了该应用程序。
正如其他人所发布的那样,我的 Spotify 应用程序(正在开发中)在 Spotify 更新后死亡。我无法再访问它,因为它会引发 metadataFailed 错误。我尝试使用新方法“spotify:app:application-identifier-in-manifest”进行访问,但它不起作用。我已经在清单中设置了 BundleIdentifier 和 BundleVersion。
此外,我已经在具有多个不同开发者帐户的多台不同计算机上尝试了该应用程序。
Just to be clear, you need to set the BundleIdentifier
and BundleVersion
keys, restart Spotify then load it with your identifier. So, if you set your BundleIdentifier
to awesome-app
, you'd load it with spotify:app:awesome-app
.
我今天遇到了一个类似的问题,这是因为我的 manifest.json 没有正确解析。
确保在提交和调试之前通过 lint http://jsonlint.com/运行 json 文件。节省了我一大堆剃牦牛的时间。