Mobile Base Implementation
Prepare Scheme format
<array>
<dist>
<key>CFBundleURLSchemes</key>
<array>
<string>payon.online.card</string>
</array>
</dist>
</array><activity
android:name="Your Activity"
android:configChanges="orientation|screenSize"
android:screenOrientation="portrait"
android:exported="true">
<intent-filter android:label="filter_title_view_app_from_web">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="payon.online.card"
android:pathPrefix="/parameters"
android:host="payon" />
</intent-filter>
</activity>anScheme Format
Example Scheme format defined by PAYON Apps
Data Format
Last updated