pocketchange_display_shop();
Returns: N/A
Calling this function will open the Pocket Change app on the
Shop page. If the user does not have the app installed, it will
instead open the Google Play store on the Pocket Change app page
and invite the user to download the app.
if mouse_check_button_pressed(mb_left)
{
pocketchange_display_shop();
}
The above code will check for a mouse button press and if one is detected, it will open the Pocket Change app on the rewards screen.