GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
15 stars 37 forks source link

No support for Huawei #36

Open GeylanKalafMohe opened 5 months ago

GeylanKalafMohe commented 5 months ago

When openApp API is called it opens PlayStore webpage rather than Huawei App Gallery. Please fix that.

GeylanKalafMohe commented 5 months ago
await LaunchApp.openApp(
          androidPackageName: 'com.blackboard.android.bbstudent',
          iosUrlScheme: 'blackboard://',
          appStoreLink:
              'itms-apps://itunes.apple.com/sa/app/blackboard-learn/id950424861',

          // openStore: false
        )