|
|
@@ -571,15 +571,15 @@
|
|
|
// 안내 alert 표기
|
|
|
if (_osType == 'I') { // IOS
|
|
|
if (result.regUpdateGb == 'Y') { // 필수업데이트
|
|
|
- document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8';
|
|
|
+ document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8&R=Y';
|
|
|
} else {
|
|
|
- document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8';
|
|
|
+ document.location.href = 'update://?link=https://apps.apple.com/kr/app/id627774402?mt=8&R=N';
|
|
|
}
|
|
|
} else { // AOS
|
|
|
if (result.regUpdateGb == 'Y') { // 필수업데이트
|
|
|
- document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce';
|
|
|
+ document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce&R=Y';
|
|
|
} else {
|
|
|
- document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce';
|
|
|
+ document.location.href = 'update://?link=https://play.google.com/store/apps/details?id=com.istyle24.commerce&R=N';
|
|
|
}
|
|
|
}
|
|
|
} else {
|