0

using uiactivity ,i can share content of my app to Facebook,twitter,email.

UIActivityViewController *activityController = [[UIActivityViewController alloc]   initWithActivityItems:activityItems
                                                                                  applicationActivities:activities];

so i want to add my custom uiactivity,when user using UIActivityViewController at other app,my app can appear on the UIActivityViewController like Facebook,so it can share content to my app?

if apple allow me to do this,if yes,how to do?can you give some advice

edit: i think this is not repeat question。my question: i want to my app like Facebook,twitter can show at other developer app,if it used UIActivityViewController. if you cannot understand my question,you can ask me,i can give detail describe.sorry for my english

pengwang
  • 19,536
  • 34
  • 119
  • 168
  • means want to share content on `facebook` using `iOS App` ? – Buntylm May 15 '13 at 09:37
  • possible duplicate of [How can I create a custom UIActivity and UIActivityProvider in iOS 6?](http://stackoverflow.com/questions/12766300/how-can-i-create-a-custom-uiactivity-and-uiactivityprovider-in-ios-6) – lxt May 15 '13 at 09:39
  • i want to using iOS App share content to my app,i want to my app appear at the UIActivityViewController of other app. – pengwang May 15 '13 at 09:39
  • http://stackoverflow.com/questions/12766300/how-can-i-create-a-custom-uiactivity-and-uiactivityprovider-in-ios-6 is add custom uiactivity of my app. the custom uiactivity not appear other develop app. – pengwang May 15 '13 at 09:41
  • in other words,i want to my app like Facebook,twitter,message,can always show at other develop app – pengwang May 15 '13 at 09:42
  • Did you check this tutorial? [link](https://code.tutsplus.com/tutorials/ios-8-how-to-build-a-simple-action-extension--cms-22794) – Pagorn Nov 04 '16 at 06:54

0 Answers0