Open Google Pay via IntentLauncher

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android

How can I open the Google Pay app from my app using the IntentLauncher on Android? I’ve read over the Android Intent documentation and think that this code below should work, but it doesn’t. It just asks what app I’d like to use to open the link so it’s ignoring the packageName passed in. Providing the package name SHOULD make it an explicit intent and open that package, but it doesn’t.

Example here:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.