Sharing a photo from an ios app - ios

Given that I have a UIImage instance in my app how could I get
ios to show the image sharing dialog (Mail, add to notes, twitter, fb,
save image, etc)
Upon a cursory look to PHAsset I haven't found anything prominent :-(

You can search for UIActivityViewController. This class will display a dialog, having all sharing apps listed within dialog.

Related

How to add the Cover image of your iOS App in the App store

As, shown in the picture the picture a cover image of instagram app has displayed but on most of the app we have not seen this. So how can i add this kind of cover image in my app for app store
Only featured apps can have customized cover image or header. These applications are selected by Apple. This isn't a setting that we can control.
Here is an article on how to get featured in the App Store:
https://thenextweb.com/dd/2013/10/29/get-featured-app-store/
Apple selects popular apps and allows them to add the Cover Photo and Themes. It isn't upto the developers.
From official confirmation on this:
Applications that have custom background art on the App Store are selected editorially by Apple. If your application is selected to be receive custom art, you will be contacted by an Apple representative.

Twitter share button for iOS app

I'm creating a separate Twitter share button for my iOS app. The image for the twitter share button, am I allowed to make my own version of Twitter's logo for my app as long as users know the button is for twitter? Or am I only supposed to use the exact white bird and blue background image for my share button to indicate twitter? I can't seem to find anywhere on twitter for developers to download the twitter icon button to use for my iOS share button?
The rules for using twitter's logo can be found here as well as links to download the logo for your use.
https://about.twitter.com/press/brand-assets
Don’t:
Use any other artwork from our site, such as the verified badge.
Create your own buttons or images using our logos unless technically necessary, such as in signature bars. If you do, use this resized
version of the Twitter bird
Use old versions or any other marks or logos to represent our brand

iOS Facebook sdk open album select and image select screens

So basically i want a way to open a screen with my Facebook albums. I should be able to select
an album and then a screen with the images in that album should open and after selecting the image i
should get it's url or data. I think theres a way to do that with the Facebook sdk and by that i
mean that i don't have to create the albums/images screens they are already in the sdk but how
do i use them?
The Facebook SDK don't have this feature.
There are some interesting projects on github for example: https://github.com/bradtheappguy/BSFacebookImagePicker

Can I add my App icon to default Photo library in IOS?

I want to add my App icon to default Photo library but I do not know how to do that? Can it be done?
You can see the photo at here
I want to add my app icon for user after select video or photo, can click on my app icon to open my app.
Any ideas? Thanks in advance.
It's not possible to add your app in the iOS "Photos" app. But it's possible if you want other (3rd party) apps to be able to open files in yours.
A good place to start is this Instagram documentation on how they do it, and from that link you can see that the relevant Apple information lies in the UIDocumentInteractionController class reference and Document Interaction Programming Topics.

Social Sharing Palette in iOS6

I noticed in iOS6 that when you select a photo in your photo library, and push the the "arrow in a square button", it brings up a palette with icons that enable the user to share the photo (ie icons for mail, message, photo stream, twitter, Facebook, etc). I'm wondering, is there any library in iOS6 that has a palette like this built in? (I know separately there is SLComposeViewController and MFMailComposeViewController). If there isn't, would Apple have issue if you built a palette identical to the one they have (same icons, etc)?
This is a UIActivityViewController.

Resources