can you share photo to your application from photo library in ios - iphone

Hello everyone I am new in the iPhone and iPad development. I have heard that in ios 6 there is one feature that allow user to share the photo from library to particular iOS Applications.
Like as we open the photo in photo library and push button for sharing we found there icons of Facebook,twitter and many more standard option.Can we put our app icon there to share photo to our app ?
Waiting for response.
Thanks in advance.

Well i don't think it is easy to do but it not impossible.To achieve this you have to do some changes in SocialFramework.

Related

Can we use apple photo gallery image in our application?

For example (Above Image) the photo gallery image icon.
Can i use this image in my application ?
If i use this image then will my be rejected from the app store ?
If you use Apple's Photos App icon to do anything other than refer to or open Apple's Photos App or Photos Stream, then your app will likely be rejected.
Even then, it's not a good idea to use the icon since the Photos App icon may change:
Instead, use the system provided icons for referring to the image picker, etc.
No it may not be rejected by apple . Please go through the following link :-
Does Apple reject apps that use images used in Apple's apps?
"Reusing toolbar / button icons is fine and Apple probably appreciates
UI consistency. Many many apps make use of the Apple icons not
included in the core set which are in the app store. Using 'larger'
art will be frowned upon though, like splash arts / stock images."
Please check with the Apple forums. You can use the images but you can't use that image as an icon of the app.
Hope this helps.
If your application get rejected for using their icon, just resubmit with your own icon.
No, you can't use Photo Gallery icon in Your iphone Application,if you use then apple will reject your application.
Read this Link

How to post image in twitter iphone app

In my app i want to integrate twitter.I also want to upload images through this twitter.Is there any open source for posting the images through twitter in iphone app.Can any one help me this issue.
iOS 5 will have full twitter support. I take it you are programming in iOS4 SDK still. it might be with looking at the iOS5 developer docs
Just a Thought
GC

Best option for online photo gallery used by iPhone app

I am going to make an iPhone and Android application.
The application requires a couple of photos uploaded.
Could you please suggest me that are there any services in which I can upload photographs and can get their URL and photographs from webservice or xml in iPhone?
Thanks,
I don't know what you're trying to do, but I think flickr, facebook, etc. have this kind of functionality.

How to create an iPhone app that interacts with my website?

What I want to do is to make an iPhone application for my website similar to the photofunia. The users will be able to select an effect from a list, and then upload their own photo. Then the result will be shown in the browser where the user can save the image and/or publish to website like facebook, etc.
What software can I use to do that? Phonegap, appcelerator, etc? Can some of these help?
Thanks.
First of all, you may be able to make an iPhone app using Adobe Flash and the Adobe Packager for iPhone.
The other option is to get a Mac and Learn Objective-C.
There is no "easy" solution here.
Create a webservice for your website and try to use that in your iPhone Application
Of course I know there is no "easy" solution, but I'm almost sure there are other options for making iphone apps, instead of using Objective-C.
I only don't know the name of the tools.
Flash doesn't works. Adobe Air currently doesn't offer a way to access the camera roll on the ios.

Programming an app similar in appearance to the Facebook app

I'm programming an iPhone application. This application contains a home page, which I would like to be almost the same as the one in facebook for iPhone : rows of icons, each icon corresponding to a category of my application.
I'm a newbie in iPhone development, and I can't find which control is used to show this view. Could someone help me ?
Thanks in advance
The best bet is to use Three20 library - it is opensource and it is the framework that was used to create an original facebook app. There is a bunch of controls in the framework, TTLauncherView is your friend to create a homescreen.