Commit 0c3d0ca1 by Nguyễn Thị Thúy

update version

parent 5e5c86bc
...@@ -92,5 +92,9 @@ ...@@ -92,5 +92,9 @@
</array> </array>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<false/> <false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>itms-apps</string>
</array>
</dict> </dict>
</plist> </plist>
...@@ -52,12 +52,12 @@ const VersionChecker = (props) => { ...@@ -52,12 +52,12 @@ const VersionChecker = (props) => {
const onUpdatePressed = async () => { const onUpdatePressed = async () => {
try { try {
if (Platform.OS === 'ios') { if (Platform.OS === 'ios') {
Linking.openURL('itms-apps://itunes.apple.com/us/app/id${id1556621903}?mt=8.'); Linking.openURL('itms-apps://itunes.apple.com/us/app/dcv-invest/id1556621903?l=id');
} else { } else {
Linking.openURL('https://play.google.com/store/apps/details?id=com.dcv.invest');
} }
} catch (error) { } catch (error) {
} }
setVisible(false);
}; };
const onRequestClose = () => null; const onRequestClose = () => null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment