tomykho / midtrans_sdk

Midtrans Mobile SDK for Flutter.
MIT License
23 stars 31 forks source link

Couldn't find Gojek app installed on IOS #7

Closed adlifaldiz closed 2 years ago

adlifaldiz commented 2 years ago

Screenshoot: 393686FB-C707-40B4-B338-45D2F0A3371B 0ABC04E2-D78A-4D2A-B551-0E6DADC03E47

i build my app with release mode and midtrans production. Midtrans couldn't find Gojek app installed on IOS. I have followed the instruction to init midtrans. Am i doing it the wrong way ?

Here is my flutter doctor -v: [✓] Flutter (Channel stable, 2.10.2, on macOS 12.2.1 21D62 darwin-x64, locale en-ID) • Flutter version 2.10.2 at /Users/adlifaldiz/developer/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 097d3313d8 (7 weeks ago), 2022-02-18 19:33:08 -0600 • Engine revision a83ed0e5e3 • Dart version 2.16.1 • DevTools version 2.9.2

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/adlifaldiz/Library/Android/sdk • Platform android-31, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.3) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)

[✓] IntelliJ IDEA Community Edition (version 2020.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin version 53.1.5 • Dart plugin version 203.7759

[✓] VS Code (version 1.66.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.38.0

[✓] Connected device (2 available) • MSG (mobile) • 00008030-001161693663802E • ios • iOS 15.3.1 19D52 • Chrome (web) • chrome • web-javascript • Google Chrome 97.0.4692.99

[✓] HTTP Host Availability • All required HTTP hosts are available

• No issues found!

ravanstudio commented 2 years ago

On iOS application web view, you need to add LSApplicationQueriesSchemes key to your app’s Info.plist, please find the detail on below code : `LSApplicationQueriesSchemes

gojek `
adlifaldiz commented 2 years ago

Sorry for late reply, Thank u, it works now.