Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Sharing Not showing facebook #2

Open
wztechno opened this issue Nov 22, 2014 · 4 comments
Open

iOS Sharing Not showing facebook #2

wztechno opened this issue Nov 22, 2014 · 4 comments

Comments

@wztechno
Copy link

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

@tywang2006
Copy link

when i run showShare example, the app quits directly. no any dialog shown

@dwitzig
Copy link

dwitzig commented Feb 12, 2015

when i run showShare example, the app quits directly. no any dialog shown

I get the same. Has anyone got it working, dose this ANE work on iOS 8?

@JariHuomo
Copy link

Same here, instant crash on iOS

@IngweLand
Copy link

Following is the correct example:

// 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants