it is easy to prioritize social media links in showShareSheet feature of Branch.io for Android,
just use .addPreferredSharingOption(SharingHelper.SHARE_WITH.TWITTER)
,
but it add this apps in own (maybe alphabet) order, is it possible to avoid this order?
how prioritize this in IOS, is it possible?
Branchster here -
Currently, prioritization in the shareSheet method is not available.
However, we would recommend you create Branch Links through the Branch SDKs getShortUrl method and use your own custom ShareSheet instead.