Slashdot Mirror


Apple Unveils iOS 12 (apple.com)

Apple on Monday unveiled iOS 12, the major software update that is coming later this year to all the iPhones and iPad models the company has released since 2013. iOS 12 offers a handful of new features but the focus this year, said company's VP of engineering Craig Federighi onstage, is on performance improvements. Apps will launch up to 40 percent faster, and you can slide to take a photo at up to 70 percent faster than with iOS 11, Federighi said. Part of the major push this year is also on augmented reality. The company is introducing a Measure app, which will people to use their phone's camera to measure real-life objects accurately. There's also 3D graphics that you can place into the real world through AR. Apple made a new file format called USDZ, which was developed in conjunction with Pixar.

Apple is also introducing something called "personalised Memoji characters," ability to have a group FaceTime call, and minor new features and improvements to Siri, and Photos. There is also grouped notifications, a feature that Apple claims to have invented. (Android has had it for more than 8 years.) Additionally, Apple is also bringing new tools to iOS that will allow users to take better control of the time they spend interacting with their iPhones and iPads. Note from the press release: New modes in Do Not Disturb automatically end based on a specified time, location or action and Do Not Disturb during Bedtime helps people get a better night's sleep by dimming the display and hiding all notifications on the lock screen until prompted in the morning. To help reduce interruptions, iOS 12 gives users more options for controlling how notifications are delivered. They can instantly manage notifications to be delivered quietly or turned off completely. Grouped notifications make it easier to view and manage multiple notifications at once. Screen Time provides users with detailed information and tools to help them better understand and control the time they spend with apps and websites. Daily and weekly Activity Reports show the total time spent in individual apps, usage across categories of apps, how many notifications are received and how often iPhone or iPad are picked up.

77 comments

  1. Users by Anonymous Coward · · Score: 0

    Too bad they didn't adopt the edu model and allow multiple users....now that would be groundbreaking.

    1. Re:Users by Anonymous Coward · · Score: 0

      Or, you know, what you can do on Android phones.

    2. Re:Users by jellomizer · · Score: 2

      Why is that?
      Perhaps for iPads, but these are personal devices. Normally meant for one person.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re:Users by Anonymous Coward · · Score: 0

      Yet my PC ( PERSONAL computer) can support several users.
      But please continue to accept apple narrowing view of technology.

    4. Re:Users by DontBeAMoran · · Score: 3, Funny

      Android just copied this feature from iOS 15.

      --
      #DeleteFacebook
    5. Re:Users by Applehu+Akbar · · Score: 1

      Your Apple computer can also support multiple users, using Unix user directories. iOS devices are for one person.

    6. Re:Users by Anonymous Coward · · Score: 0

      Except on Apple it'll actually work 90% of the time, not 50% of the time.

    7. Re:Users by Anonymous Coward · · Score: 0

      Why? Because apple said so? Way to think different.

    8. Re:Users by timmyf2371 · · Score: 1

      But why is the concept of a 'family' iPad so problematic? A phone is personal, sure. But the best use case I have for a tablet is to use it as a laptop replacement.

      I have an iPad and sometimes my wife uses it. It's so frustrating to come home to find lots of random notifications and her having logged into her accounts (and me out). I also wouldn't mind things like my emails being private, not that I have anything to hide.

      Why is the only solution (short of banning her) to purchase a second device? I'm sure this is not a niche use case.

      --

      Backup not found: (A)bort (R)etry (P)anic
    9. Re:Users by Anonymous Coward · · Score: 1

      It's problematic because they want you to buy a 2nd ipad. That's the real reason they've basically abandoned their computer lineup.

    10. Re:Users by ShanghaiBill · · Score: 1

      these are personal devices. Normally meant for one person.

      Not if you have MoviePass. Then you need to loan your phone to other people all the time so they can watch free movies.

    11. Re:Users by Anonymous Coward · · Score: 0

      iOS is for mobile devices, you suck really hard

    12. Re:Users by Anonymous Coward · · Score: 0

      But why is the concept of a 'family' iPad so problematic?

      Because then you can share it rather than buying one for each person. It's economically problematic for Apple.

    13. Re: Users by Bing+Tsher+E · · Score: 1

      Because Apple wants to sell an Ipad to every member of the family.

    14. Re: Users by Anonymous Coward · · Score: 0

      Ding Ding Ding. We have a winner!!!

    15. Re: Users by Anonymous Coward · · Score: 0

      My laptop is as mobile as an iPad, yet it offers basic functionality just fine.

    16. Re: Users by Plumpaquatsch · · Score: 1

      My laptop is as mobile as an iPad, yet it offers basic functionality just fine.

      Try using your laptop while walking without looking even dumber than usual.

      --
      Of course news about a fake are Fake News.
  2. Article was old and archived when published. by Anonymous Coward · · Score: 0

    Now is not. Strange.

  3. Maymays by Anonymous Coward · · Score: 0

    personalised Memoji characters

    Send maymays with a single character is indeed a significant advance. With this single stroke, Apple has beheaded Android and, by extension, Linux.

  4. WOW by Anonymous Coward · · Score: 0

    Apps will launch up to 40 percent faster, and you can slide to take a photo at up to 70 percent faster than with iOS 11

    What did apple do? Remove the CPU throttling code.

    1. Re:WOW by jellomizer · · Score: 1

      I expect more multi-threading and background loading of information of data.

      For the most part we as developers have been taught to think sequentially towards coding. A lot of developers even really good ones, just don't think about coding in parallel. Early versions of iOS didn't even support multi-tasking (It still doesn't do it so well). Now that these devices have multi-core chips, there is a lot of code that can be better parallelized.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:WOW by Anonymous Coward · · Score: 0

      Nope, probably the removal of the code sandbags apple has been using over the years to get people to upgrade their phones.

    3. Re:WOW by Anonymous Coward · · Score: 0

      Except app launching usually doesn't do well in parallel. Most of the startup time is reading from slow "hard drive"/ssd/internal memory.

      Also, you can't parallelize other people's code very well, considering it's "all apps". It really just means that there was 40% of crap that they didn't need to do, or were doing so badly and never fixed for 6 years.

    4. Re:WOW by known_coward_69 · · Score: 1

      they probably optimized it for their CPU's instead of generic ARM

    5. Re:WOW by jellomizer · · Score: 1

      I expect they may be steps in launching an App to validate that it is the actual app, checksum the executable. that may take some time, which may be able to be done as a background check. Or outside the normal time.
      You can also have parts of the executable set to be in the buses pipeline at a better time. The newer iPhone have a rather complex chip just for statistics. I bet you can use that to get a better fetching and storing algorithm.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:WOW by TigerPlish · · Score: 1

      Nope, probably the removal of the code sandbags apple has been using over the years to get people to upgrade their phones.

      Or, if one follows the Cockup before Conspiracy way of thinking, they've found and killed a nice collection of bugs that seems to have hit iOS starting with version 10.

      'cause *damn*, 10 and 11 felt not quite "right".

      --
      The "Civilized World" jumped the shark ca. 1973.
    7. Re: WOW by Anonymous Coward · · Score: 0

      All I want is the wider, landscape keyboard they removed that also had the arrow keys.
      Put that back on and Iâ(TM)ll upgrade the firmware.

  5. So... by Anonymous Coward · · Score: 0

    "Apps will launch up to 40 percent faster" is Apple speak for "We removed the performance crippling "feature" that "saves" your battery that we put in without your knowledge"

  6. Waze on CarPlay! by chrysrobyn · · Score: 4, Interesting

    Macrumors reported that IOS12 will support CarPlay with third party navigation apps, specifically including Waze. This is huge for me! I hate all native car navigation apps and will use my phone mounted on my dashboard just to get Waze. Enabling CarPlay is a huge deal.

    1. Re:Waze on CarPlay! by Anonymous Coward · · Score: 1, Insightful

      Or you can just get an Android phone and use Waze with Android Auto, just like you've been able to do for over a year at this point.

      Is there anything in iOS 12 that wasn't pioneered by Android first? Meemoji are just those Samsung selfie things, notifications are finally getting features that Android has had for years, the camera is getting a bunch of Snapchat and Instagram features - there's nothing new here.

    2. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      In other words. Typical apple.

    3. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      fuck yea dude
      you, me, and that one other dude with carplay finally get waze
      next up I need jurrasic go so i can capture dinosaurs on my drive

    4. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      MM no, android does not have grouped notifications.

    5. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      Don't know if this is a Samsung thing or an Android thing, but I've noticed that filters and such from my installed apps are actually showing up in my default Camera app. Any app can "publish" it's filters and enhance the stock camera as they see fit.

      No need to wait years. =)

    6. Re:Waze on CarPlay! by Anonymous Coward · · Score: 1
    7. Re:Waze on CarPlay! by DogDude · · Score: 1

      ... or you can just drive and pay attention to where you're going. Crazy, I know...

      --
      I don't respond to AC's.
    8. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      Macrumors reported that IOS12 will support CarPlay with third party navigation apps, specifically including Waze. This is huge for me! I hate all native car navigation apps and will use my phone mounted on my dashboard just to get Waze. Enabling CarPlay is a huge deal.

      The most important feature in my car is that there is a "mute" button mounted right on the steering wheel. That's all I need.

    9. Re:Waze on CarPlay! by bill_mcgonigle · · Score: 1

      I guess Apple's going to have to sue NotificationHub for patent infringement then. Prior use must be gone as a defense by now.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    10. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      So Android is beta testing all kinda of ideas and Apple is picking the ones that don't suck?

    11. Re:Waze on CarPlay! by filesiteguy · · Score: 1

      Waze was on Android Auto? I've been trying that with my wife's SGS7 and my son's LGV20. Neither show up.

      FWIW, Apple does copy many of the good points about Android. However - and this is why I switched from Android to Iphone - they don't require a bazillion confirmations and stuff just works. I've not once gotten a , "Unfortunately, the process com.android.<insert app here> has stopped working" type message on my Iphones. I also don't have to reboot them every few days because of memory leaks.

      I do miss being able to root the device and putting something like Cyanogenmod on the phone.

    12. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      Waze was on Android Auto? I've been trying that with my wife's SGS7 and my son's LGV20. Neither show up.

      Waze has been available through Android Auto since last year. Make sure you've updated. Go to Maps, then hit the button again to choose a different navigation app than Google Maps.

      I've not once gotten a , "Unfortunately, the process com.android.<insert app here> has stopped working" type message on my Iphones.

      That's because Apple doesn't tell you when an app crashes, it just unceremoniously dumps you back to the springboard. If the app crashes in the background it also doesn't inform you, you find out only when you go back to it and whatever should have happened in the background (updates, uploads, whatever) randomly hasn't.

      Apps crash all the time on iOS. You just generally don't get told about it. Worse, though, are all the softlocks you can get on iOS where the only real way to fix it is to force quit the app - something that might as well require a reboot since iOS has no task manager.

    13. Re: Waze on CarPlay! by Anonymous Coward · · Score: 0

      Can't you just setup your car with generic bluetooth speaker mode and then listen to the Apple version of Google maps? That's what I use on my Android phones.

    14. Re: Waze on CarPlay! by Bing+Tsher+E · · Score: 1

      Android attracts innovative developers. Apple attracts greedy developers.

      And if Android didn't exist Apple would need to invent it, because Apple will never and could never support more than about 20% of a market segment. They rely on an elite cultish marketing method to overcharge a small segment of the market, and keep their overpaying customers inside a velvet rope.

    15. Re:Waze on CarPlay! by Dog-Cow · · Score: 1

      iOS has had a task manager since at least 3.2.

    16. Re:Waze on CarPlay! by Anonymous Coward · · Score: 0

      Where is it, then? How do you get to it? How do you see what resources apps are using so you can know what apps to kill? How do you kill apps? None of this is possible in iOS.

  7. Yes! Personalised Memoji Characters!! by Anonymous Coward · · Score: 4, Funny

    Thank God Slashdot is returning to stuff that matters. No more articles with that curing cancer nonsense.

  8. How about full VMs? by Anonymous Coward · · Score: 0

    It would have been nice had they went with virtualization. That way, I can have my work stuff, personal stuff, and my side projects, all on separate VMs/containers, where none can see each other. This would especially useful with a dual-SIM setup, where one can flip to the other VMs. Bonus points where a VM can be hidden, only accessed by a PIN/password, so if it gets searched, one can just show the "travelling schmuck" VM with some clown pr0n on it to get past border security.

    1. Re:How about full VMs? by Applehu+Akbar · · Score: 1

      It would have been nice had they went with virtualization. That way, I can have my work stuff, personal stuff, and my side projects, all on separate VMs/containers...

      And also that way, haters could gripe about everything having to be in the cloud.

    2. Re: How about full VMs? by Anonymous Coward · · Score: 0

      Why would your VM require anything in the cloud?

  9. This is significant because... by Type44Q · · Score: 1

    This is significant because - I just know Apple has something revolutionary or at least humanitarian to announce - you can run it on the Pi, right??

  10. Does Apple require pay to CarPlay? by swb · · Score: 1

    Do app developers have to pay Apple to gain access to CarPlay?

    I'm guessing that it's not merely a question of making your app meet CarPlay UI standards and meeting some "distraction free" criteria.

    Or is it one of those cases where Apple has some weird opaque standard tied to internal strategies and you never have any way of knowing how to get CarPlay enabled?

    1. Re:Does Apple require pay to CarPlay? by SuiteSisterMary · · Score: 1

      I don't think so, but I do believe there are requirements like 'can be completely controlled by voice.'

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    2. Re:Does Apple require pay to CarPlay? by tlhIngan · · Score: 1

      Do app developers have to pay Apple to gain access to CarPlay?

      I'm guessing that it's not merely a question of making your app meet CarPlay UI standards and meeting some "distraction free" criteria.

      Or is it one of those cases where Apple has some weird opaque standard tied to internal strategies and you never have any way of knowing how to get CarPlay enabled?

      I think at first it was limited to a few developers - there were already a few apps using CarPlay so I presume it's just another framework you can use.

      However, CarPlay interactions are limited - Apple's design philosophy for CarPlay is you do not interact with it (because using a touchscreen is hard, triply so if the car is in motion) so everything needs to be controllable via voice.

      (This is different than Android Auto which allows developers to have touch screen usage).

      Presumably third party navigation apps have to have some sort of voice entry system

    3. Re:Does Apple require pay to CarPlay? by swb · · Score: 1

      Considering how retarded Siri can be, that's a really drag on development.

      I mean pretty much 100% of cars with in-dash displays rely on touch screen touch interaction or at least its the preferred method.

      I guess I could see serious limits on touch interaction (limited buttons, no text input, etc) but 100% voice isn't appealing to me as a user, either.

  11. Can I have "low power mode" all the time? by llamalad · · Score: 2

    Because even with a fresh new battery from Apple I still want longer battery life over eye candy, up to the microsecond email delivery, and "hey siri" always listening.

    How about the ability to connect to and disconnect from bluetooth devices from the swipe-up screen thingy instead of auto-pairing when I turn a spaker on and then having to poke around so someone else can connect to it?

    1. Re:Can I have "low power mode" all the time? by swb · · Score: 1

      It's a real irritant that there's not at least a shortcut to the bluetooth portion of settings to easily start dealing with which bluetooth devices are connected.

      Bluetooth is just annoying enough that I find myself constantly fucking around to see if the device I want to use has auto-reconnected, but this is less an Apple problem than the rolling trainwreck of bluetooth.

    2. Re:Can I have "low power mode" all the time? by DigiShaman · · Score: 1

      You want just a "phone" with txt messaging ability for on the go..on an iPhone?? Heresy!!!

      But yeah, I agree. But it ain't happenin

      --
      Life is not for the lazy.
    3. Re: Can I have "low power mode" all the time? by Bing+Tsher+E · · Score: 1

      Apple needs to keep working on their propritary bluetooth extensions. They need a 'works better with Apple logo to slap onto the more expensive bluetooth gadgets.

  12. mac hardware is in dire need of upgrades by Joe_Dragon · · Score: 1

    mac hardware is in dire need of upgrades

    and 5400 RPM HDD's in 2017 much less 2018?

    Also the mini why is that so out of date still?

    1. Re:mac hardware is in dire need of upgrades by avandesande · · Score: 1

      Apple hardware is the constant and the Apple consumer is the variable, they are studying human masochism.

      --
      love is just extroverted narcissism
  13. What? *Yawn* by Seven+Spirals · · Score: 1

    Buawhahahahaha! Who cares!?

  14. Re:PENETRATE MY ASSHOLE by Applehu+Akbar · · Score: 1

    I can shove an iPhone X almost 75% up my asshole before the vibrating notifications cause acute pain.

    For people like you, there is Do Not Disturb mode. The warden will not hear rings or notification tones from your concealed iPhone.

  15. Do not disturb! by Joce640k · · Score: 1

    New modes in Do Not Disturb automatically end based on a specified time, location or action and Do Not Disturb during Bedtime helps people get a better night's sleep by dimming the display and hiding all notifications on the lock screen until prompted in the morning.

    Are Apple users really too stupid to be able to sleep because of their phone? Did this really need an OS update for them to cope?

    --
    No sig today...
    1. Re:Do not disturb! by Known+Nutter · · Score: 1

      "Stupid" is not a condition limited to Apple users, I assure you.

      --
      Beware of the Leopard.
    2. Re:Do not disturb! by Plumpaquatsch · · Score: 1

      New modes in Do Not Disturb automatically end based on a specified time, location or action and Do Not Disturb during Bedtime helps people get a better night's sleep by dimming the display and hiding all notifications on the lock screen until prompted in the morning.

      Are Apple users really too stupid to be able to sleep because of their phone? Did this really need an OS update for them to cope?

      Are you implying that one has to be stupid to automate something on a computing device? Yeah, that's Slasdot for you.

      --
      Of course news about a fake are Fake News.
  16. Apps will launch up to 40 percent faster* by Anonymous Coward · · Score: 0

    * if you are on the latest devices. For any device more than 2 years old it will be 40% slower.

  17. Re:PENETRATE MY ASSHOLE by Anonymous Coward · · Score: 0

    Keep trying. All it takes is dedication.

  18. Where is dark mode? by Anonymous Coward · · Score: 0

    Where is dark mode for IOS??? and don't give me the smart invert crap.

  19. iOS getting slow by TheSync · · Score: 1

    It is kind of sad that my iPhone 6 is now slower than the iPhone 1...I hope this gets sorted out.

    1. Re:iOS getting slow by Anonymous Coward · · Score: 0

      your battery is dying

    2. Re:iOS getting slow by TheSync · · Score: 1

      So I found out about the battery health checker, and my was ay 87%, BUT the health reported that the iPhone shut down at some point because of lack of battery current (probably when I was abusing it), so I unchecked the box that slows it down!

  20. And for any device before 2013: fewer apps by erice · · Score: 1

    It looks like app developers are using the upcoming release as a good time to abandon IOS 9.74, which is the best you get for any device released before 2013. 2012 iPads are still pretty useful other than that problem.

  21. Default browser by Anonymous Coward · · Score: 0

    There are other browsers, like Brave or SnowHaze, that are superior in terms of security and functionality to Safari. It's super annoying that Apple doesn't let us change the default browser, and makes alternate browser developers run on their engine. There's no good business reason to do this. Get your head in the game, Cook!