Can we use apple photo gallery image in our application? - iphone

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

Related

Apple TV Product Page Wallpaper?

I've submitted an app to Apple, and by default, the TV app icon seems to be scaled up and blurred to use as the background of the app page in the store. Given the design of this app icon, it doesn't look good.
I've seen other apps, Netflix and Disney+, using wallpapers that they designed themselves. Any idea where these are uploaded? Or are they baked into the actual app?
Apple "invites/features" specific developers and enables this feature in App Store Connect. ("Promo images") You cannot enable this yourself.

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

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.

Icon iphone apps

Is it possible to programmatically get access to the icon of other apps installed on an iPhone?
For example: if I need Instagram's icon, is it possible to display it in my app by accessing the icon in the Instagram bundle?
You're not allowed to access anything in other app bundles, but you can find the icons on the web if you know the URL. The icon images are in the app store page, which can be reached by (for example) here. The URL is subject to change, so saving a copy to your own app bundle would be the best way to ensure access to them.
http://a3.mzstatic.com/us/r1000/060/Purple/v4/76/94/e2/7694e29c-3060-9f8e-0135-cbeea67ec3af/mzl.qmyfwfsq.175x175-75.jpg
No you have to find the icon if you want to use it.
Nevertheless, you have an instagram-sdk for iOs. Maybe you should look at this.
You'll need to get the icon somewhere else. If it's specifically Instagram you can get it from their SDK, but for the mostpart, you'll need to find it on your own.
As far as I know you'll have to keep a set of icons in your own app, which you can show to the user at a certain point. But I'm sure you cannot access the icon of an app installed on the phone like that!

iPhone : does apple provide an official iPhone image

Every marketing page for an app has one, does apple provide a sanctioned version png or jpeg? I know a google search will give me 12 million images of an iphone.
Yes, they do. https://developer.apple.com/iphone/appstore/marketing.html You'll have to login to be able to access these resources.
Not entirely sure what kind of image of an iPhone you're looking for, but Apple does have a gallery of images of the iPhone.
http://www.apple.com/iphone/gallery/

Is it possible to update the application icon on the iphone programmatically

I've noticed that the icon belonging to the Calendar app on the iPhone updates to show the latest day. Is there anything in the SDK that will let me do this in my apps?
It's not possible for third-party apps, unfortunately.
I've never seen this in any documentation, pretty sure it can only use the static icon.png file that is put in the ipa package. It would be an awesome feature though, I would recommend creating a feature request for it on https://bugreport.apple.com/. I specifically wish the weather app would update with your local weather for the icon.