reydelamirienda / Titanium.UIActivityViewController

Native iOS UIActivityViewController module for Appcelerator's Titanium Mobile
MIT License
10 stars 3 forks source link

iOS7? #2

Open fmontes opened 10 years ago

fmontes commented 10 years ago

Hi,

I was able to run the module in iOS6 and works perfectly, but in iOS7 I can only see "Calendar" no Twitter, Facebook and others... any ideas? is ready for iOS7?

Thanks in advance.

reydelamirienda commented 10 years ago

Hi

In iOS 7, the Twitter and Facebook options will only appear if you have configured an account. Please try that and tell me if it solves the problem.

Alberto

2014/1/7 Freddy Montes notifications@github.com

Hi,

I was able to run the module in iOS6 and works perfectly, but in iOS7 I can only see "Calendar" no Twitter, Facebook and others... any ideas? is ready for iOS7?

Thanks in advance.

— Reply to this email directly or view it on GitHubhttps://github.com/reydelamirienda/Titanium.UIActivityViewController/issues/2 .

fmontes commented 10 years ago

Awesome! That did the trick. Is that normal behaviour of iOS7? Is there a way to show the icons and if people tap it will ask for credentials, as in iOS6?

Thanks for the help.