You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello I am using it for sharing on iOS, but the sharing air drop is only showing Viber Message and Email..
All other sharing stuff like Facebook, twitter and others are not showing in air drop.. do you know why ? although other application on my iPhone are showing Facebook and twitter.. can you kindly help?
and thank you for the great ANE
The text was updated successfully, but these errors were encountered:
// Defining your share object
var myShareObject:AirNativeShareObject = new AirNativeShareObject();
myShareObject.messageText = "This will be shared on Facebook"
myShareObject.defaultLink = "http://www.google.com"
// Display a share dialog for the aforementioned shareObject
AirNativeShare.getInstance().showShare(myShareObject)
hello I am using it for sharing on iOS, but the sharing air drop is only showing Viber Message and Email..
All other sharing stuff like Facebook, twitter and others are not showing in air drop.. do you know why ? although other application on my iPhone are showing Facebook and twitter.. can you kindly help?
and thank you for the great ANE
The text was updated successfully, but these errors were encountered: