Apple will only let you remove iOS 10 apps, not delete them
Apple confirmed that it’s giving you the power to drop native mobile apps on iOS 10 when it published an official support page detailing the feature for beta testers. What that page didn’t mention is that you can’t really delete stock apps, you can only remove them from your home screen. When you delete a stock application on iOS 10, it loses its configurations and purges any data you gave it. However, its binary file will remain in your system even if you can’t see its icon anymore, the company’s SVP of software engineering told Apple blogger John Gruber.
While that might not be good enough for people who have a seething hatred for stock iOS applications, it likely won’t have any effect on the way you use your device. Apple points that its pre-loaded apps use less than 150MB and don’t take up a big part of your storage space. That said, you’ll still need to redownload them from the App Store — Cupertino made them available on iTunes for this purpose — if you change your mind.
By the way, Apple’s support page also gives you the rundown on some possible complications when you remove certain programs. For instance, if you try to remove the Watch app while it’s paired with a smartwatch, iOS will prompt you to unpair it first. You can’t use the Music app with CarPlay if you drop it, and stock and weather notifications won’t pop up anymore if you choose to get rid of them.
Source: Apple, John Gruber
Apple will deactivate Flash by default on Safari 10
You know that Maya Angelou quote that says “Never make someone a priority when all you are to them is an option?” If Flash were a person following that tenet, then it now has to drop Safari from its dwindling list of priorities. In a post on the WebKit blog, Apple engineer Ricky Mondello has revealed that the company is deactivating Adobe Flash by default on Safari 10. That’s the version of the browser shipping with macOS Sierra this fall.
If you access a website that has both Flash and HTML5, the browser will opt for the latter. But if the page requires Flash to work, then a prompt will pop up asking if you’d like to switch it on. You can choose to active it just for that session or to keep it on for that URL forever. If you’ll recall, Microsoft and Google have been distancing themselves from Flash for quite some time, as well. Edge only displays Flash if it’s a central element on the page you’re looking at (say, a game or a video), while Chrome has started blocking Flash ads late last year.
On the mobile side of things, Apple has announced at WWDC that it’s requiring all iOS apps to connect to the internet via HTTPS by January 1st, 2017. That means developers have to switch on a feature Cupertino launched with iOS 9 called App Transport Security. ATS forces apps to use a secure connection to help keep your data safe.

Via: MacRumors
Source: WebKit, TechCrunch
Your iPad can double as a smart home hub with iOS 10
No inclination to get the latest Apple TV just to give yourself a hub for your HomeKit devices? If you have a reasonably recent iPad hanging around, you won’t have to. Apple tells SlashGear that iOS 10 can use your iPad as a smart home hub as long as the tablet is both plugged in and connected to your network. It seems like an odd move, but Apple says it’s all about increasing HomeKit’s reach — you can’t buy the new Apple TV in countries like China, so the iPad offers that remote home automation instead. Either way, you probably won’t want to try this in a multi-person household. You don’t want to lose out-of-home control over your thermostat just because Junior wants to play Hearthstone.
Source: SlashGear
Watch Apple’s WWDC 2016 keynote in 15 minutes

In typical Apple fashion, yesterday’s WWDC keynote kicked off the annual developer’s conference with a two-hour slate of software-focused announcements. While you may want to go back and relive all of the news, you probably don’t have that amount of free time to dedicate to the task. Fret not, friends: we’ve condensed the chatter about all four of Apple’s OSes down to a 15-minute affair, easily digested over your coffee break. There’s talk of watchOS improvements, what’s new for Apple TV, a massive overhaul of iOS and the move from OS X to macOS. For more detailed info on what went down, consult all of our WWDC 2016 coverage right here.
Apple’s use of ‘differential privacy’ is necessary but not new
Toward the end of Apple’s WWDC keynote in San Francisco this week, senior VP of software engineering Craig Federighi switched gears from stickers and bubble effects to talk about a particular kind of privacy that would enable “crowdsourced learning” while keeping people’s information “completely private.”
In keeping up with the company’s newfound image as a proponent of people’s privacy, Federighi first pointed out that Apple does not build user profiles. He briefly mentioned end-to-end encryption before alluding to the privacy challenges of big data analysis, which is essentially the key to improving features and product experiences for most any tech company. The quick buildup led to the announcement of a solution: “differential privacy.”
Against the backdrop of a major keynote address, unfamiliar techniques tend to sound new and revolutionary. But differential privacy is a mathematical technique that’s been around for a few years within the statistical field. “It’s a [robust and rigorous] definition of privacy that allows us to measure privacy loss,” Cynthia Dwork, the co-inventor of differential privacy and a scientist at Microsoft Research, told Engadget. “It says that the outcome of any analysis is essentially the same independent of whether any individuals opt into the database or opt out. The same things are learned whether or not you chose to allow your data to be used for the study. The intuition is that if you couldn’t be hurt if you didn’t participate then you pretty much cannot be hurt if you do participate.”

Apple senior VP of software engineering Craig Federighi during the keynote on Monday. Photo credit: Gabrielle Lurie/AFP/Getty Images
Within the context of Apple, a differentially private algorithm will allow its data analysts to glean trends –- like the most popular emoji and words -– from large datasets, but it wouldn’t reveal identifiable information about any particular participant. To that end, starting with macOS, the company will start employing the technique and adding “mathematical noise to a small sample of the individual’s usage pattern,” according to an Apple representative. “As more people share the same pattern, general patterns begin to emerge, which can inform and enhance the user experience.” This is expected to improve QuickType predictions and emoji and deep-link suggestions.
At least in theory, differential privacy is considered to be one of the most accurate privacy-preserving data techniques within the academic world. According to the defining literature on the subject — a book co-authored by Dwork and Aaron Roth, a computer science professor at the University of Pennsylvania who was quoted on stage at WWDC –- the premise of differential privacy is a guarantee:
“Differential privacy describes a promise, made by a data holder, or curator, to a data subject: ‘You will not be affected, adversely or otherwise, by allowing your data to be used in any study or analysis, no matter what other studies, data sets, or information sources, are available.’ At their best, differentially private database mechanisms can make confidential data widely available for accurate data analysis, without resorting to data clean rooms, data usage agreements, data protection plans, or restricted views. Nonetheless, data utility will eventually be consumed: the Fundamental Law of Information Recovery states that overly accurate answers to too many questions will destroy privacy in a spectacular way. The goal of algorithmic research on differential privacy is to postpone this inevitability as long as possible.”
With increased ability to electronically collect and curate incredibly large datasets, the need to find appropriate algorithms that can prevent the destruction of privacy is even stronger. As an ad hoc solution, researchers and companies have turned to anonymization, where the data is stripped of specifics like names and email addresses. But selective scrubbing has not been enough to keep individuals unidentifiable and has left people vulnerable time and again.
In the University of Pennsylvania’s introduction to differential privacy, Roth explains that vulnerability with an example: “At one point, it was shown that an attack on Amazon’s recommendation algorithm was possible,” he says. “If I knew five or six things you bought on Amazon, I could buy those same things, and all of a sudden, we’re now the two most similar customers in Amazon’s recommendation algorithm. I could then start seeing what else you were buying, as whatever you bought would then be recommended to me.”
“In differential privacy nobody actually looks at raw data. There is an interface that sits between the data analyst and the raw data and it ensures that privacy is maintained.” — Cynthia Dwork, the co-inventor of differential privacy
Differential privacy was invented to tackle that precise problem. The algorithm, which potentially protects people from online attacks, is designed to deliberately add noise to the numbers. It’s based on a popular surveying technique called “randomized response” where people are asked if they engaged in any illegal activities. Dwork gives an example of a surveyor who calls to find out whether an individual cheated on an exam. But before responding, the person is asked to flip a coin. If it’s heads, the response should be honest but the outcome of the coin shouldn’t be shared. If the coin comes up tails, the person needs to flip a second coin; if that one is heads, the response should be “yes.” If the second is tails, it’s “no.”
The research technique doesn’t let the surveyor know if the answer was truthful or simply a random outcome based on the coins. “There’s a statistical hint,” says Dwork. “But you can’t tell for sure if the truth was a yes or a no. Statisticians know how to reverse engineer these noisey numbers and pull out the approximate of how many people were cheating.” The same applies to datasets, where the yeses or trends can be understood. With more people in a study or a dataset, the proportional errors shrink dramatically. The errors don’t disappear entirely, but the technique provides an approximation that’s rooted in mathematical evidence.
That kind of statistical validation makes the technique well-suited for technology companies that rely heavily on data analysis. But its adoption has been slow until now. Dwork believes that one of the reasons for the sluggishness is that privacy hasn’t always been a priority for people who work with very large sets of personal data. “The risks to privacy were less well understood than they are now,” she says. “Also I think people who were used to working with data, like medical surveys, etc. … were used to looking at raw data. In differential privacy nobody actually looks at raw data. There is an interface that sits between the data analyst and the raw data and it ensures that privacy is maintained. People who have a certain training that taught them how to analyze data didn’t necessarily know how to work with this new model.”

A quote from Aaron Roth at WWDC this week
The technique, and the required expertise, is still a work in progress. Apple’s announcement to adopt it as a tool for machine learning and gathering statistics takes it from theory to practice. But Apple isn’t the first to have that idea. Google has already been using it for its RAPPOR (Randomized Aggregatable Privacy-Preserving Ordinal Response) project for the last couple of years. It allows the company to find out which websites are most popular with people when they launch the Chrome browser. “What they do, very roughly speaking, is get a report from the individual browser that has already had differential privacy rolled into it,” says Dwork. “It gives a statistical hint about where people are going without actually revealing for sure who is going where.”
Beyond privacy, the flexibility of the technique makes it desirable. It goes from scientific research to technology companies. But perhaps the biggest selling point of the algorithm is that it’s good at its job. “You don’t actually want something that is good at predicting what people have bought historically,” says Roth in a paper. “You want something that predicts what they are going buy tomorrow.”
Despite its computational power, differential privacy has similar limitations to other privacy-preserving methods. “Within the [tech landscape], the challenges revolve around the trade off between what can be done and accepting the fundamental truth that ‘overly accurate estimates of too many statistics is non-private’,” says Dwork. “I think if you’re interested in privacy, sometimes restraint might be the right approach.”
iOS 10 can livestream your games
You won’t have to use an Android phone if you want to livestream your mobile gaming sessions. Apple has revealed that iOS 10 will include ReplayKit Live, a feature that livestreams apps in addition to previous recording support. As you might expect, you can also include your own audio or video remarks. You’ll have to wait for both iOS 10 and supporting apps, of course (Mobcrush is one of the first to make plans), but it could be a big deal for iOS gamers who’ve wanted to share a hot new title while they’re playing it. ReplayKit Live should be useful in more productive apps, too — it could help teachers demonstrate concepts through educational apps, or open the window to live technical help.
Via: 9to5Mac
Source: Mobcrush (Medium)
Apple needed to make a standalone HomeKit app
HomeKit, Apple’s platform for the Internet of Things, was introduced in 2014. Last year hardware makers finally started selling devices with companion apps that supported the architecture. But the one thing missing from that platform was an accompanying app, built by Apple. Instead, the company decided to let developers take care of that. Apple set up the framework and third-parties were supposed to build a beautiful front end around it. But it didn’t quite happen that way.
The newly announced Home app, which was previewed yesterday at WWDC, is a big deal for Apple and all the hardware makers that make use of HomeKit. The app has a customizable home screen with quick access to all your devices and “scenes” (think: how you want your smart home set up when you go to bed at night). You can control the brightness of a light with a tap, hold and slide. There are no sub-menus to navigate through and if you’re not into launching an app, you can use Siri or swipe up from the lockscreen to access these features from the Control Center.
When it launches this fall alongside iOS 10, it’ll have a level of integration you won’t find from third parties. It’s a sign that Apple is going all in on the connected home. This also frees up the companies building those devices to do what they do best: make tiny modules that let you remotely turn on your lights.

Until now, users have interacted with HomeKit-enabled products via Siri (good) or third-party apps (not so good). Sure, the software offerings from companies like Insteon, Lutron, iDevices and others work, but they don’t feel particularly polished or intuitive. In some instances you even have to navigate in and out of sub-menus to do simple things like turn on a light. It all feels very… un-Apple.
Indeed, Apple’s usual tack is to focus on making its products intuitive. From operating systems to apps, the company works hard to make sure you can accomplish your goal in a quick and easy fashion. For the most part (with iTunes being a notable exception), it’s been successful.
That’s why the release of HomeKit without a companion app from Apple was confusing. Friends and colleagues asked me what the HomeKit app was like. I had to explain that there wasn’t one and that third parties would be building apps that used the platform. By the time I got to “platform” their eyes would glaze over.

Initially even I thought there would be an app. It’s what you expect from Apple. After all, they have apps for nearly everything else. They even have apps you don’t want like Stock and Tips on the iPhone. (Fortunately, you’ll soon be able to delete these.)
From the looks of the app shown on stage at WWDC, Apple finally built the app that we not only wanted, but needed. Like it or not, the Internet of Things will creep into our homes. Apple doesn’t want to be left behind simply because it’s waiting for hardware developers. Sometimes when you want something done right, you have to do it yourself.
Get all the latest news from WWDC 2016 here!
Netflix Updated With Picture in Picture Support for Compatible iPads
Netflix for iOS was today updated with a highly desired and long-awaited new feature, Picture in Picture support. Introduced in iOS 9, Picture in Picture is an iPad multitasking capability that allows a video that’s playing to be minimized to a corner while other apps are open.
With Picture in Picture support, iPad users can now watch TV shows and movies on Netflix while doing other things on their iPads.
Picture in Picture is available on the iPad Air, iPad Air 2, iPad mini 2, iPad mini 3, iPad mini 4, 9.7-inch iPad Pro, and 12.9-inch iPad Pro. iOS 9.3.2 is required to take advantage of Picture and Picture in Netflix.
Today’s Netflix update also includes unspecified bug fixes and stability improvements.
Netflix can be downloaded from the App Store for free. [Direct Link]
Discuss this article in our forums
What happened at WWDC 2016?
Need a quick recap on all the news from WWDC 2016? Our own Dana Wollman and Chris Velazco were on the scene and are ready to run through all the news about macOS, iOS, watchOS, tvOS and any other platforms Apple may have introduced. Most of these changes won’t hit your devices until the fall, but this way it will only take a few minutes to get familiar with all the new features immediately.
Get all the latest news from WWDC 2016 here!
Apple will let you remove (and re-download) its default apps in iOS 10
One of the biggest announcements from WWDC 2016 wasn’t actually announced on stage: removable default apps.
Apple failed to mention during its main keynote that it plans to unbundle apps from iOS 10. For the first time, iPhone and iPad owners will be able to delete some of Apple’s own apps – like Maps, Calculator, Music, Videos – from their homescreen. They’ll also be able to re-download them. We know this because those apps have landed in the App Store with descriptions and screenshots and everything.
Also, developers who’ve already downloaded today’s developer beta have confirmed the news. That said, it appears as though apps like Messages, Photos, and Camera cannot be deleted. We’re assuming they’re too tied into the iOS system to be removed. Apple has published this help page with more information on removing built-in apps, warning you may see some issues if you remove its default apps.
User data will also be wiped with any deleted app, Apple explained. You’ll lose any integrations with other features and services too. So, if you delete the Music app, you will not have access to Apple’s music services via CarPlay. Below is the entire list of default apps that can be removed. You’ll notice that Game Center is not on the list – so alas, you’ve still got to tuck that annoying one away.
Android users will be quick to point out that Google already did this sort of thing with Google Play Services in order to speed up how it delivers new features to software. Also, iPhone and iPhone users still need to wait on setting new default apps for things like email, etc. That capability is not yet available and may never be. Keep in mind iOS 10 is still new, so such functionality could arrive one day.
Apple is expected to officially release iOS 10 with this new feature in autumn, alongside its latest iPhones.
Confirmed: stock apps are removable!!! pic.twitter.com/hk7Jk98Rli
— Matt Ellison (@iWindowsTech) June 13, 2016



