我正在使用react-native-version-check-expo,需要使用getAppStoreUrl()。但这给人一些奇怪的反应...
这是代码:
const appStore = VersionCheck.getAppStoreUrl({
appID: "407690035", // some random app from the app store for testing
appName: "hotel-tonight-last-minute",
ignoreErrors: true,
}).then(r => r.toString()).then(rS => console.log(rS))
这是响应:
https://itunes.apple.com/[object Object]//app/hotel-tonight-last-
minute/id407690035
我该如何解决?
如果您需要更多信息,请发表评论!
谢谢!