更改 Siren Cocoapod 的国家代码

Change the countryCode for Siren Cocoapod

使用Siren with Cocoapods

[Siren Error] Error retrieving App Store data as the JSON results were empty. Is your app available in the US? If not, change the countryCode variable to fix this error.

这是我在使用 Siren 并且我的应用在美国不可用时遇到的错误。
如何在 Siren 中更改我的国家代码?

您可以设置国家代码如下:

let siren = Siren.shared
siren.apiManager = APIManager(countryCode: "RU")

这有助于缓解您可能遇到的所有问题。 Apple 更改 JSON 类型也存在一些问题,但应该已经修复了