How to make my iOS app visible in photo sharing options like Facebook and Twitter?

前端 未结 4 1493
-上瘾入骨i
-上瘾入骨i 2020-12-23 21:26

I have a picture sharing app which shares pictures among your app friends. My requirement is to show my app in sharing via pop-up, when iOS user choose any photo from photo

4条回答
  •  一向
    一向 (楼主)
    2020-12-23 21:53

    You should follow up this documentation to show your app icon in share options,

    https://developer.apple.com/library/ios/qa/qa1587/_index.html

    In "Document Types",you need to specify the "public.image". so that your app will ready to handle the any image document. If you want to have particular image type say "jpeg" then you should specify the "public.jpeg"

    Refer the attached screenshot from this link

    enter image description here

    enter image description here

提交回复
热议问题