When creating a dynamic link manually there is a ofl
parameter for "other platforms". It handles this use case:
The link to open on platforms beside Android and iOS. This is useful to specify a different behavior on desktop, like displaying a full web page of the app content/payload (as specified by param link) with another dynamic link to install the app.
However when using the shortLinks
API directly all the other configuration is present except the other platform configuration (and iOS minimum version parameter).
Is this just an oversight in the documentation, or is there no way to specify this parameter in the shortLinks
endpoint. Must I create a long link manually and then shorten it?