We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632ed99 commit 9ce73f5Copy full SHA for 9ce73f5
StudyplusSDK/Studyplus.swift
@@ -303,7 +303,7 @@ final public class Studyplus {
303
304
if self.openAppStoreIfNotInstalled {
305
306
- let appStoreURLString: String = "https://itunes.apple.com/jp/app/mian-qiangga-leshiku-xuku!/id505410049?mt=8"
+ let appStoreURLString: String = "https://apps.apple.com/jp/app/id505410049?mt=8"
307
guard let appStoreURL = URL(string: appStoreURLString) else { return }
308
applicationOpen(appStoreURL)
309
}
0 commit comments