iOS Question Share To Social Media (intagram)

karyadi

Member
Licensed User
Longtime User
Hi all,
i try to build ios app that can share to social media.
i using erel sample on https://www.b4x.com/android/forum/t...ram-twitter-viber-whatsapp.51946/#post-325612

B4X:
Dim url As String = "instagram://location?id=1"
If App.CanOpenUrl(url) Then App.OpenUrl(url)

but after i install it, it's show error like this :
B4X:
-canOpenURL: failed for URL: "instagram://location?id=1" - error: "This app is not allowed to query for scheme instagram"

how to make it work?
what library it use?
is there any sample apps?
thanks
 
Last edited:
Top