Facebook, Twitter icon not showing in UIActivityViewController on iOS7

后端 未结 5 1532
无人共我
无人共我 2020-12-06 12:03

I have added this code for presenting a UIActivityViewController:

-(IBAction)activityAction:(id)sender
{
    UIActivityViewController *activityV         


        
5条回答
  •  萌比男神i
    2020-12-06 12:34

    Make sure that you don't exclude the Activities that you want to use. So, remove "UIActivityTypePostToFacebook" & "UIActivityTypePostToTwitter" from "activityViewController.excludedActivityTypes" object.

    Also, Make sure that you are logged in into Facebook and Twitter accounts in order to post on respective social platform.

    Please note that this is working on simulator and real devices.

    Hope this helps you.

提交回复
热议问题