How to create links to Apple App Store and Google Play Store on Cocos2d-x buttons

Hi,

How do I create a link to Apple App Store / Google Play Store on a Cocos2d-x button? Since I’m aware that specific code for each platform (iOS / Android) is required, is there some design pattern and example code for it?

Here they have handled the ads for different platforms, you can also use the same
Example

You can do like this:
Application::getInstance()->openURL(“market://details?id=your.app.name”);