Post Closed
59
Views
5
Comments
[AppAvailability Plugin] SchemeCheck
appavailability-plugin
Mobile icon
Forge asset by Miguel Antunes
Application Type
Mobile

How can we set the Scheme parameter . It should be a package name or uri?does the scheme differ for iOS and Android?

2021-04-09 11-42-43
assif_tiger
 
MVP

Hi,

Yes, the schema may vary across platforms; as they are defined by the developers.
In case you have 2 diff schema for each platform so better initiate the request based on the Platform.

For Android is a Package name like com.twitter.android
While for iOS it is URI Schema like: 'twitter//'

You just need to pass either Package-name or URI-Schema based on Platform to the method.


UserImage.jpg
Namadev Aruna

But now android works for us. But for iOS even twitter:// does not work from our app. Please help on this regard.

UserImage.jpg
Namadev Aruna

What scheme can be used for SAP success factor?

2023-03-30 10-13-40
Miguel Antunes

New version available (1.0.3) that will make it easy to specify Android Package Queries and iOS URL Schemes.


You can do it with the variables option: