Skip to content

Commit 9ce73f5

Browse files
committed
change app store url
1 parent 632ed99 commit 9ce73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StudyplusSDK/Studyplus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ final public class Studyplus {
303303

304304
if self.openAppStoreIfNotInstalled {
305305

306-
let appStoreURLString: String = "https://itunes.apple.com/jp/app/mian-qiangga-leshiku-xuku!/id505410049?mt=8"
306+
let appStoreURLString: String = "https://apps.apple.com/jp/app/id505410049?mt=8"
307307
guard let appStoreURL = URL(string: appStoreURLString) else { return }
308308
applicationOpen(appStoreURL)
309309
}

0 commit comments

Comments
 (0)