Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support added for Moovit #189

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kfiross
Copy link

@kfiross kfiross commented Sep 23, 2024

Added Support to launch Moovit App in Android and iOS

Android setup (API 30+):
in AndroidManifest.xml

<queries>
        // added this lines
        <intent>
            <action android:name="android.intent.action.MAIN" />
        </intent>
        ...
</queries>        

iOS setup:
in Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
  // added this line
  <string>moovit</string>
</array>

@kfiross kfiross mentioned this pull request Sep 23, 2024
10 tasks
@mattermoran
Copy link
Owner

heya. thanks for contribution!

Could you please provide a demo of it in action on both android and ios, please?

@kfiross
Copy link
Author

kfiross commented Sep 29, 2024

@mattermoran sure, i will upload videos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants