can I force native.showPopup() for an Amazon build point to Google Play?
Background:
* have new app2 that is being launched on Google Play & Amazon
* app1 is only on Google Play
* the ad (native.showPopup()) in app2 to point to app1 is (a) fine for the Google Play release of App2, as App1 exists on Google Play, but for (b) for the Amazon release of App2, there is no App1 yet on Amazon, so hence the question in this case can I force it to Google Play instead?
If no, then I assume I’ll need to do perhaps simple goto URL perhaps?