iPhoto still exist in my iOS devices

I have an iPad and iPhone and iMac, all with the same Apple ID.

IN the past, I use iPhoto in my iMac, BUT I did stop using what I use now the new OS X Photo App (automatically tfansfer data between these Apps)

Lately, ive started using ICloud library in all of my Apple devices.

It seems that in my iOS devices iPhoto, always exist instead of Photos (?) ...

Please see photo

Why iPhoto events here?

is it possible to duplicate photos?

Thank you.

What app were open? Products are imported to iPhoto?

Tags: iLife

Similar Questions

  • IPhotos still exist?

    I recently bought a new Macbook Pro.  I have not yet downloaded the photos from another device and when I try to update iPhotos it tells me it has been revoked or I admit.  I did not do anything with iPhotos since purchase, so when I find via Finder there a cross through it, and I can't find it in the app store (it tells me that this version is not available in Australia).  A new shoot or it is no longer available?  I couldn't find an icon for it on this support page either.

    Apple develops is not iPhoto. You will find his replacement in the Apps folder. It's pictures, like his counterpart on iOS devices.

    By the end of 2012 mini Mac, OS X El Capitan 10.11.2; Apple Watch, 38 mm silver AL, Watch OS 2.1; iPad 2 & iPhone 6 + iOS 9.2 air

  • File.upload ActionScript does not work on Air SDK for iOS devices

    I try to use the ActionScript File.upload to transfer a file on Air SDK for iOS environment, but the File.upload does not work properly. No event on the file upload handler is executed after File.upload is called, and no exception is caught. When I check the side network traffic server, I found no application http even didn't hit the server after execution of File.upload. The code is below.

    ------------------------------------------------------------------------------------------ -----------------------------------------------------------------------

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:View ' http://ns.Adobe.com/MXML/2009 "xmlns:s ="library://ns.adobe.com/flex/spark"title ="HomeView"> "

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    private var file:File;

    private var dir:File;

    This method is executed to create a file and download it when you press the download button.

    protected void OnUploadButtonPressed(event: MouseEvent): void {}

    trace ("upload button clicked");

    var urlReq:URLRequest = new URLRequest ("http://10.60.99.31/MyPath/fileUploadTest.do");

    urlReq.method = URLRequestMethod.POST;

    var str:String = "this is test";

    var imageBytes:ByteArray = new ByteArray();

    for (var i: int = 0; i < str.length; i ++) {}

    imageBytes.writeByte (str.charCodeAt (i));

    }

    trace ("size =" + imageBytes.length);

    try {}

    dir = File.applicationStorageDirectory

    I also tested in several different directories

    dir = File.createTempDirectory ();

    dir = File.documentsDirectory;

    var today: Date = new Date();

    var filename:String = 'IMG' + now.fullYear + now.month + now.day + now.hours + now.minutes + now.seconds + now.milliseconds + ".txt";

    file = dir.resolvePath (filename);

    var stream: FileStream = new FileStream();

    Stream.Open (file, FileMode.WRITE);

    stream.writeBytes (imageBytes);

    Stream.Close ();

    Review the content of the file to check if the file is written successfully.

    var readStream:FileStream = new FileStream();

    readStream.open (file, FileMode.READ);

    var: string result = readStream.readUTFBytes (readStream.bytesAvailable);

    trace ("rear read result =" + result); The result is shown here as planned.

    file.addEventListener (Event.COMPLETE, uploadComplete);

    file.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    file.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityError);

    file.addEventListener (ErrorEvent.ERROR, someError);

    file.addEventListener (ProgressEvent.PROGRESS, onProgress);

    file.upload (urlReq); This line does not work. No handler is executed. No http request struck the coast server.

    trace ("after file upload test");

    } catch (error) {}

    trace (e);

    }

    }

    Complete Manager

    private function uploadComplete (event: Event): void

    {

    trace ("Upload successful.");

    }

    IOError handler

    private void ioError (error: IOErrorEvent): void

    {

    trace ("Upload failed:"+ error.text ");

    }

    Manager SecurityError

    private void securityError(error:SecurityErrorEvent):void {}

    trace ("security error:" + error.text);

    }

    Another Manager

    private void someError(error:ErrorEvent):void {}

    trace ("an error" + error.text);

    }

    Progress Manager

    private void onProgress(event:ProgressEvent):void {}

    trace ("progressHandler");

    }

    This method is executed to call the URLLoader.load when the delicate touch.

    protected void OnTrickyButtonPressed(event: MouseEvent): void {}

    var urlReq:URLRequest = new URLRequest ("http://200.60.99.31/"); This points to a server not - exist

    urlReq.method = URLRequestMethod.POST;

    urlReq.data = new ByteArray();

    var loader: URLLoader = new URLLoader();

    try {}

    Loader.Load (urlReq); This line is very important in iOS7. He decides if the latter file.upload may work.

    But in iOS8, file.upload does not work even if that line is executed.

    trace ("after urlloader load");

    } catch (error) {}

    trace (e);

    }

    }

    []] >

    < / fx:Script >

    < s:Button = "200" x = "200" width = "400" height = "200" label = "Upload" click = "OnUploadButtonPressed (event)" / > "

    < s:Button = "200" x = "500" width = "400" height = "200" label = "Tricky" click = "OnTrickyButtonPressed (event)" / > "

    < / s:View >

    ------------------------------------------------------------------------------------------ -----------------------------------------------------------------------


    When it is run on the simulator of the Air, it works very well as expectedand the file is successfully downloaded to the server. But when run on iOS devices (in my case, iPad), as I explained at the beginning, no event on the file upload handler is executed and not the http request has even hit the server. So I think that the problem may come from the client side.

    During my attempt to solve the problem, I found something complicated about this problem on iOS7. In other words, if you call the URLLoader.load method (although the URLLoader.load points to an address non-existed) before calling the File.upload method, the File.upload will work as expected on iOS7. Specifically, when the above OnTrickyButtonPressed method is run before the OnUploadButtonPressedmethod, File.upload will succeed on iOS7. But this only happens on iOS7. On iOS8, File.upload still refuses to work, regardless of knowing if the URLLoader.load is executed before.

    I think in my case, the problem is not the problem of sandbox or a session of Firefox problem described in the two links below, because not even a http request hit the side server. It seems that the Air SDK for iOS comes to fail send the http reason request any.

    http://StackOverflow.com/questions/5967382/Flex-4-FileReference-issues-with-Firefox

    http://StackOverflow.com/questions/351258/how-do-i-make-Flex-file-upload-work-on-Firefox-a nd-safari

    To make my problem clear, I list my environment below:

    • Development environment: Windows7 (64-bit) / Mac os 10.9.4 (tested on both OS platforms.)
    • IDE: Flash Builder 4.7
    • Air SDK: 3.8 / 16.0.0 (after that I have updated to the latest Air SDK 16.0.0, problem persists.)
    • Application server: Tomcat7 + spring

    Finally, I want to mention that download the file using URLLoader.load isn't an option in my case because I want to download large files in the future, which cannot be addressed with the URLLoader.load.

    I struggled with this for days. If I really appreciate it if anyone has an idea about this.

    Thanks in advance.

    Hi KA RYU.

    We have reproduced the issue successfully, our team would work on it.

    -Tushar

  • Remove photos from ios devices.

    If I delete the photos on my ipad or iphone original will always be in my library icloud?

    I would still be able to access my photos, my icloud, on my ios devices, but do not want to store photos on them. I already have icloud configuration to optimize storage and photo stream is disabled on ipad, but turned on, on my iphone.  It's possible?

    The warning that I get when I delete a photo tells me that it will also be deleted in iCloud.

    have you thought about a service like Flickr? You can configure it to automatically download photos, and he keeps private until make them you public. It is also free and works on android, iOS, and office. (Given the iCloud limit size, that's what Ive started to use for my photos, you get a terabyte of space instead of 5 gig)

    And beyond their downloading, what you change on Flickr is not performing what is on your device and vice versa... I deleted the photos off my camera and had them again are on my flickr.

  • Imports of my camera appear on all iOS devices.

    I have a single library in my Photos for Mac (MacBook Air) and I put it to automatically forward your photos to iCloud and my iOS devices (photo stream indicator is activated). That's fine when most of my photos is taken with my phone. However, I recently downloaded ~ 1000 photos of my DSLR camera and they take a lot of space on my Mac and now also showed on my phone! What I want to do is to download my photos from digital SLR camera in the Photos app to work on a project, store them on iCloud, but they don't appear on my phone. How should I do? Is it better to create a different library in pictures and there no sync for my iOS devices? I had no such problem with iPhoto because only the photos from my iPhone were download of Photo Stream (rather than 2-way streaming). As to the issue of space I had stored my iPhoto on an external device library. I'm just trying to understand how best to manage this problem in Photos for Mac.

    You can have a library that is enabled for iCloud on your Mac, if you activate my Phto Stream for this library to download from your iiPhone, it will be 2-way and also download on the iPhone.

    If you want to only download from the iPhone, do not use y Photo Stream, but download by connecting the iPhone to a USB port.

  • Boot Camp still exists but it is missing.

    So my windows boot camp was getting full and I decided to partition space on my mac using the utility disk and then boot in windows to take this extra space. However, after doing this I don't see more my Bootcamp as a drive available when I take the option at startup. It still appears in utility disk showing the use of GB of my data on this subject, and it still appears in the preferences, where can I put my boot drive just not when my computer starts. So I tried to put the default value of start, but he told me that he has "No. Bootable Device - Insert Boot disk and press Any Key ' when I try it.

    It would not be the end of the world if I forget my data and reinstall windows, but I would like to grow as a last resort because it would be an immense pain while I can re - download a lot of things many things will be permanently lost.

    If anyone has an idea how to access my data in windows boot camp once again, because it is obviously still existing, I would appreciate hearing it.

    I think I can just re - install windows. I learned that I could shoot the files that I would lose in finder. I went to Boot Camp and drag these files on my mac. Hooray!

  • keep the photos in icloud, but remove them from the iOS device?

    Hi, need help to keep my old photos in the cloud, then to remove them from my iphone device. I can also keep on my mac but still once, how can I make sure that when I delete from my iphone I can still access them in the cloud or on my big Mac? My phone is getting to the maximum it can hold up to now need to move them to a storage for later viewing device, editing or other.

    Thank you

    You cannot store pictures on iCloud and remove them from your device. Remove them on the phone also icloud removes them. You can set for storage optimized on your device that compresses the resolution of the device stored photos, keep the originals in iCloud.

    If you want to be able to todelete pictures from your phone and store them elsewhere, you must use subscription such as Dropbox cloud storage or store them on your computer.

    iOS: import personal pictures and videos of iOS devices to your computer

  • Can a parent create an child (on the child device) apple ID if they don't have their own IOS device?

    I have a a question:

    My child receives a device ios as a gift, and requires an apple ID to use. However, is it possible to create an id apple of child for the child on his device, because I don't own other IOS devices.  As long as the creation of the ID child apple can be done, even if monitoring features are lost, I would be fine.

    If my child has an id apple child (or as a last resort, using mine) when they reached the age to have their OWN apple ID, all the contents of the previous ID number can then be transferred to a new one? Even if all downloaded content is FREE, all messages/emails will also be lost? It is quite confusing.

    Is anyway to transfer the contents of one ID to another? Because, as always, children are growing up!

    Any help would be appreciated! =)

    Also... it is possible to monitor an id child from a windows pc/phone apple? Just a yes/no question here.

    Thank you! (Btw, I read almost all the family sharing Guides, no outside help would be appreciated)

    An account for child (under 13 years), which can be created only in the context of a family sharing, can be created on an iPod Touch: Apple ID for your child - Apple Support and sharing of the family

    If you are not using a family sharing you must have a method of payment (credit or debit card) on your account (assuming you are the family Organizer) to pay for his purchases (if she has a balance of iTunes gift cards on his account that will be used before your card being charged).

    If my child has an id apple child (or as a last resort, using mine) when they reached the age to have their OWN apple ID, all the contents of the previous ID number can then be transferred to a new one?

    An id of the child will become a normal account when they reach the age - you have to create a new account in the future, but if you do all of its existing purchases/downloads will remain linked to its existing account, they cannot be transferred to another.

    is it possible to monitor an id child from a windows pc/phone apple?

    Depends on what exactly you want to do. You can view the purchase a history via iTunes (PC or Mac) to your computer (see your purchase history in iTunes store on Mac or PC - Apple Support), and you can view past purchases of 90 days (and possibly to contact iTunes support if there is a problem with a purchase, for example if a piece of music does not play etc) on an account via http://reportaproblem.apple.com

  • My pro iPad connects to the WIFI, but loses connectivity to drops in use.  My other IOS devices (iPhone, macbook, etc.) do not have this problem.  Ideas to solve?

    My pro iPad connects to the WIFI, but loses connectivity to drops in use.  My other IOS devices (iPhone, macbook, etc.) do not have this problem.  Ideas to solve?

    Hello BrooklynWM!

    I definitely want my iPad to stay connected to the Wi - Fi connection while I use it.  Thanks for posting that other iOS and OS X devices have no problem with the connectivity dropping.  We can try a few things.

    Would first go through the steps listed in this article: If your iPhone, iPad or iPod touch connects to a Wi-Fi - Apple Support Network

    Then if it does not help, you can check network settings with this: recommended for the WiFi routers and access - points Apple supported

    After trying those, if you still see the drop connectivity, make sure the iPad Pro is updated with iOS 9.3.2 and check to see if the connection when you are in a certain place, time, or one event happening elsewhere in the House.

    Best regards.

  • drop between mid-2009 and IOS device does not

    Mid 2009 Macbook Pro running El Capitan. Bluetooth and wifi on. When I opened Airdrop I see only the symbol of release with message "drop we will share you instantly... to share with someone using a Mac, ask them to go to Airdrop in the Finder. I don't see my IOS device on my Mackbook Pro, or I see my MackBook Pro on my IOS device in parachuting. Tech Genius Bar said that I had to add more storage for MacBook Pro. Made with a new SSD. Still not able to use Airdrop with IOS.

    It works as expected. Drop between iOS devices and Mac requires that the Mac is a 2012 model or newer.

    (140277)

  • Receiver Yamaha RX-A730 of airtime either available on iOS devices

    Hi all

    Since an update of my wireless network, my yamaha receiver RX-A730 airplay functionality is unavailable on my iOS devices. It still works, but since an update of my wireless settings I can't listen to music more than my iOS to my Yamaha via Airplay receiver devices.

    I didn't replace any material or I got an update of the firmware (latest version installed).

    All devices (iOS and receiver) are connected to my wireless network that comes from my Airport Time Capsule (2, 4 GHz and 5 GHz active). My time capsule airport is connected to my wireless router with the wireless signal was turned off. If only my Time Capsule Airport sends a wireless signal.

    It seems not to be a problem with network or connection that I can access my Yamaha receiver via the browser of my MacBook. The receiver is connected to the same network as all my other devices. Also, I can control my receiver on my iPad and iPhone via the application of receiver AV Yamaha wireless and I can wireless stream my music to all my devices on my receiver via Spotify Connect.

    All these features are working fine on my receiver, but the only thing that doesn't work is the airplay feature. The function of airtime on my receiver not just appear on my iOS devices (which always worked correctly).

    Can anyone help this issue?

    Thank you.

    Björn

    Hello BaronBoris,

    Thank you for using communities Support from Apple!

    I understand that your Yamaha receiver is is no longer recognized for AirPlay on your iOS devices. I see as well as you tried to isolate and resolve problems already, but the problem persists.

    In this case, I suggest reading more if you do not see the device you want to listen to section in the following article. It seems that you have completed these steps already, but in the context of them will ensure that everything is correct.

    If you do not see the device you want to broadcast on

    When you tap AirPlay on your iOS device, you should see a list of devices that you can stream the content to. If you don't see the device you want, follow these steps. After each step, try again:

    1. Make sure that the device that you want to broadcast to trendy East and under tension.
    2. On your Apple TV, make sure that the AirPlay is enabled in settings > AirPlay.
    3. On your iOS device, go to settings > Wi - Fi and verify that you are on the same WiFi network as your Apple TV.
    4. On your Apple TV (4th generation), go to settings > network and verify that you are on the same WiFi network as your iOS device. Apple TV (2nd or 3rd generation), go to settings > general > network. If your Apple TV using an Ethernet connection, check that the cable is plugged into the router that you use for the free Wi - Fi connection.
    5. If you use an iPad, scroll to the top and down in the list of devices to see all available devices.
    6. If you still need help, contact the Apple Support.

    Get help with AirPlay and AirPlay Mirroring on your iPhone, iPad or iPod touch - Apple Support

    See you soon!

  • How can I delete a file on my iOS device that I downloaded from my iCloud? I just want to keep the Preview on my iOS device without using my storage iOS for the entire file.

    How can I delete a file on my iOS device that I downloaded from my iCloud? I just want to keep the Preview on my iOS device without using my storage iOS for the entire file. This means that the file is still in the iCloud and available to be downloaded to any device.

    In practice, I want to be able to scan and download through my documents located in my iCloud and once I didn't need them on my iOS device I would like 'load their return to the cloud' to my storage of the iOS device is not used.

    Thank you in advance to the community!

    Max

    The only way I found to do that once a file has been downloaded is to remove it and add it again through either from Finder on Mac or iCloud.com.

  • Allowing Push Mail on iOS devices 9.

    It is possible to activate the push mail for iOS devices configured for a Mac OS X Server 5?  On all devices currently configured for my home server, available for this particular account pressure parameters are "Go get" and "manual".

    I have open all the ports of relevant NPP on my firewall and active certificate to the APNS on the server.  I don't know before the OS X Server 5 was not a problem.

    For the record, all devices are implemented in 'OS X Server' option in the iOS 9 for messaging, Contacts, and calendars using the.

    Hello. Yes, it works on OS X Server 5, I recently moved from Mavericks + 3 at El Capitan Server + server (Server 5.0.15) 5 via a clean install. I do not consider even the upgrade of the machine, I put an SSD in my Mac mini to replace the HARD drive, virtualized the old server during the installation of a new and set up new things.

    It really works. On the client side - various iPhones & iPads - I have no need to do something that they have been configured to push with the old server. Without knowing or enter your configuration, if I could share the standard installation and mention some specific points relating to the upgrade/migration.

    You don't need to open the ports incoming on your firewall for the service of the AFN (AFAIK) it works that way, you must of course outbound ports are open on your internal LAN (private IP address) to the Internet. I guess you have incoming ports open for IMAP secure (993) and SMTP Submission (587). The configuration of the Push Mail is not really 'push' mail to mobile devices, he said mail is there and they have to go look for him.

    Yet once, not knowing your exact Setup, I'll share with you mine who works and who is the combination of the new server + devices on existing customers.

    You have activated APN in OS X server? If you click on "Edit Apple ID..."

    You'll see this (all of my specific information has been sanitized) I do not use my own Apple ID for this, I did a 'system' Apple ID dedicated, but is not strictly required of course. Now, it is possible that you did an upgrade (new OS X Server) you need to refresh your APN certificates. I'm sure that these certificates are specific installation. Of course, in my case, I had to because I had a completely new server. Anyway, check your click on 'Manage your certificates' this will bring you to the portal site of the certificates to push Apple.

    Sign in and check your certificates.

    If things continue to not work and IF you want to reset everything you can.

    1. Disable the APN on your server.
    2. Open Keychain Access on your server
    3. Select the "Certificates" category and the system keychain
    4. Find all the APSP:(long identifier) certificates, it should be five. If you have more than five years, i.e. double game, then who will be part of your problem, the certificates that you have on your server must match those on the portal site of the certificates to push Apple.
    5. Delete all certificates
    6. Restart the server, just in case...
    7. Go to the Apple portal and revoke all certificates.
    8. Open app server
    9. Turn on Apple Push Notification (APN). Enter your Apple ID.
    10. Click on 'Manage your certificates' to connect the portal to check certificates
    11. Open Keychain Access on your server - make sure you have new certificates and their expiry date which corresponds to the portal
    12. Go to a mobile client and check. You may you touch turn off. on press settings and edit the account settings to "Refresh".

    I can advise that it works though when my situation was a little like yours has changed server and mobile clients.

  • Changes of State of Muse broken on iOS devices

    My site requires changes to State on the Tablet and mobile versions. It's a specific interactive feature which is really the purpose of the site - an animated cartoon. IPhones and iPads don't recognize the State of any kind changes (click on state changes, bearing not only who are of course different on touch devices). Tablets, Android-based phones work perfectly with the site. I confirmed with a representative of adobe and still they tested, they are not clear on if it will be fixed. I had to talk to several REPS just never answered follow-ups, even if I downloaded my files so he could test and it has downloaded them. It has been broken for months and I got ahold of a representative who confirmed that it is software which is buggy and not something I do.

    The States changes are an important feature, even announced as a widget in the program, and they are structured on devices that make up a large percentage of web traffic. I would never use Muse if I had known that this feature did not work. Now I'm stuck with a ton of work done and broken site and he "may or may not" be fixed.

    I just wanted to post this for others who might be trying to use the state changes in muse and are confused.

    Does anyone have a work based on the code around to perform the function of state changes with an iOs device?

    Thank you for bringing This problem to our attention.

    We are able to reproduce the problem on our side as well. I reported the problem to my engineering colleagues.

    We currently use CSS for different States, and we believe that the behavior you have surfaces because of the way Safari (iOS) Decides to manage these States. We are currently researching a fix for the problem. I hope that we can solve the problem sooner rather than later with one of our future updates.

    Thank you for your patience.

  • Horrible Jitttering on iOS devices

    I created a simple version of my site using the format of the iPhone to muse. A page that scrolls. There are only one or two effects of small movements on the page. When you view this on the iPhone or iPad stuttering and nervous is terrible. The page will be same popping up when you start getting close to the bottom. When you scroll, while sometimes it is good, it will actually "buzz" and jump. Really unusable. I went into a Verizon store and had a guy with a phone test site for Android. He was handsome scroll. I downloaded Chrome on my phone and the trac is still there. I did another Muse site which has more scrolling effects, but nothing extraordinary. It works fine on Mac. View the site on an iPad or iPhone gives you the same jitters. It was not built in Muse in the format of the iPad, it's just the original site size viewed in Safari on iPad. It's frustrating. The site is very similar to the computer, but totally collapses on the iOS device. What is going on?

    www.imagimedia.com

    Thank you.

    Laughing out loud. There is no Flash involved with anything whatsoever out of Muse (unless you place/import a .swf file).

    It would be useful to obtain a copy of your .muse file, so we can simplify the page down to what is needed to reproduce the jig, jump to the top and any other weird behavior, so we can write bugs into the system from Apple for Safari and study workarounds until Apple fixes the problems. We will also need to know the version of the iOS you use and what specific iOS device.

    I see on my iPhone with iOS 8.1.2 6 jumping to the top (sometimes), but the jitter is almost imperceptible. I expect that the Jig is perhaps more obvious on a slower device or an older version of iOS.

    It would be interesting to try to move the clip with effects of scrolling to its own layer above all. Create a new layer, layer '2', and he move there. Who will know the browser should not plan for other things moving above it and who can push Safari to optimize the drawing to avoid jitter.

    Please send us the .muse file at [email protected] as well as a link to this topic. If the file is larger than 20 MB, you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. (if you use a service, please include your email address in the body of the message back, given that not all services to include it in the invite sharing they send.) Thank you.

Maybe you are looking for