Posts tagged with "developers"

WatchKit as a “Sweet Solution”

Marco Arment (who’s been struggling with Watch app development for a while now) makes the case for WatchKit to be either discontinued or substantially expanded as, in its current form, it hinders the creation of more powerful apps.

Developing Apple Watch apps is extremely frustrating and limited for one big reason: unlike on iOS, Apple doesn’t give app developers access to the same watchOS frameworks that they use on Apple Watch.

Instead, we’re only allowed to use WatchKit, a baby UI framework that would’ve seemed rudimentary to developers even in the 1990s. But unlike the iPhone’s web apps, WatchKit doesn’t appear to be a stopgap — it seems to be Apple’s long-term solution to third-party app development on the Apple Watch.

When I first read his post, I thought that asking Apple to discontinue and replace WatchKit was perhaps too much. But after spending some time reorganizing my Watch favorites and complications last night and this morning, I agree with Marco. My favorite apps on the Watch are all made by Apple and are not based on WatchKit. The only exception is Workouts++ (which, as a workout app, has specific privileges). The only third-party Watch apps I regularly use besides Smith’s app are Things and Shazam (which is somewhat ironic) and they’re both accessed via complications; they’re okay, but I don’t love them because they’re often slow to sync data with their iPhone counterparts or take too long to launch and be in a usable state. When I’m out and about, I still don’t trust Watch apps to be as reliable as iPhone apps.

Despite three years of watchOS updates and more powerful hardware (I use a Series 3), the Apple Watch still doesn’t feel like the rich, diverse, and vibrant app platform that the iPhone is. Some might say that’s precisely the point – it doesn’t have to be because the Watch works best through notifications and complications. However, I often ask myself if such argument is the wearable equivalent of Aesop’s sour grapesreal Watch apps wouldn’t make sense anyway. Like Marco, I wonder what would happen if only Apple exposed real watchOS development tools to app makers.

Permalink

New iOS Apps Must Be Built with iOS 11 SDK and Support iPhone X Display Starting in April

Juli Clover, writing for MacRumors:

Apple today sent out a notice to developers letting them know that starting in April of 2018, all new apps submitted to the App Store must be built using the iOS 11 SDK, which is included in Xcode 9 or later.

Furthermore, Apple says that all new apps designed for the iPhone, including universal apps, must support the iPhone X’s Super Retina display.

“Must be built”, unfortunately, doesn’t mean apps have to support new features like drag and drop. Speaking of which, I don’t think supporting the native resolution of the 12.9-inch iPad Pro is a requirement yet, and the device launched in November 2015.

Permalink

Changes Coming to Safari 11.1 in iOS 11.3 and macOS 10.13.4

Apple’s Ricky Mondello has a great thread on some of the improvements for users and web developers coming to the next version of Safari, which is available in today’s betas of iOS 11.3 and macOS 10.13.4.

Among the highlights: animated GIFs can be replaced with silent videos; Intelligent Tracking Prevention is getting even smarter; Safari Reader has an improved parser and support for link blogs; Password AutoFill for Apps, which debuted with iOS 11, now works in web views inside apps. If you’re on the iOS 11.3 beta, you can try the improved Reader on this very post. As for GIFs, here at MacStories we already replaced them with silent .mp4 files loaded via native auto-play (see one in action here), but we’re considering adding support for video content in <img> tags as well. I’m also glad to see Apple expanding support for modern web app technologies including Service Workers and Web App Manifest.

You can find the full documentation for Safari 11.1 on Apple’s website here.

Permalink

Apple Announces iOS 11.3 with ARKit 1.5, New Animoji, Health Records, Music Videos, and More

In a press release, Apple today announced iOS 11.3, the third major update to iOS 11 set to be released in beta for developers later today, and launching to the general public this Spring. iOS 11.3 will improve upon iOS 11 and features that debuted alongside the iPhone X with new Animoji, a major upgrade to ARKit, the ability to store health records in the Health app, plus other improvements for built-in system apps.

Read more


Reverse-Engineering the iPhone X Home Indicator Color

Nathan Gitter:

I noticed an unusual behavior of the iPhone X home indicator while working on my most recent app. The app’s background near the home indicator is purple. When the app launches, the home indicator is very light gray.

But something odd happened when I pressed the app’s “share” button, which opened a default iOS activity view (aka “share sheet”). When I hit the “cancel” button to close the activity view, the home indicator animated to a dark gray color.

Home indicator starts light, then a share sheet passing makes it dark.

Even though the background color was exactly the same, the light-colored activity view passing underneath caused the home indicator to change color. The only way to get the home indicator back to its original color was to leave the app and come back.

I had never seen this before, and it prompted my curiosity.

Fascinating study of the iPhone X’s Home indicator behavior. I had no idea that the indicator adapted to background color changes within the bar itself. Don’t miss the second (and more technical) half of the story with Gitter’s detailed color tests.

Permalink

Apple Announces Record Holiday App Store Sales

During the week beginning on Christmas Eve, the App Store sold $890 million of apps to a record number of customers. In a press release today, Apple revealed that on New Year’s Day alone, customers bought another $300 million of apps.

“We are thrilled with the reaction to the new App Store and to see so many customers discovering and enjoying new apps and games,” said Phil Schiller, Apple’s senior vice president of Worldwide Marketing. “We want to thank all of the creative app developers who have made these great apps and helped to change people’s lives. In 2017 alone, iOS developers earned $26.5 billion — more than a 30 percent increase over 2016.”

That’s a big increase over 2016 and with the tenth anniversary of the App Store on the horizon, the App Store is closing in on a big milestone. Since the App Store launched in July 2008, developers have earned over $86 billion. If App Store sales continue to grow at a pace similar to 2017, developer earnings should top $100 billion just in time for the anniversary.

Apple also stated that over 2,000 ARKit-enabled apps are available in the App Store, contrary to estimates by research firm Apptopia that fewer than 1,000 ARKit apps are available.

Permalink

Apple Updates and Expands App Store Review Guidelines to Address Pre-Orders, Loot Boxes, VPNs, and More

Just before the annual holiday shutdown of the App Store, Apple has revised its App Store Review Guidelines to address new App Store functionality like Pre-Orders and clarify or expand a handful of existing guidelines, including the creation of apps from templates and how ’loot boxes’ and VPNs should be handled. Below is a summary of the major changes to the Guidelines. To see all the changes, check out Rich Hong’s App Store Review Guidelines gist on GitHub.

Read more


How to Design for iPhone X (Without an iPhone X)

Great analysis by Sebastiaan de With on how they redesigned Halide for the iPhone X (the app indeed turned out to be one of the best iPhone X app updates we’ve seen so far):

Design for ergonomics. On regular iPhones, you have to do much less as a designer to optimize ergonomics. The iPhone X requires you to think about comfortable button placement and usability. Ergonomics is more than just tapping, but also swiping and other gestures. Lay out your UI so all actions are accessible and as comfortably usable as possible.

It’s a whole new device: Design for it. Everyone can stretch an app out to a larger screen, but just like the iPad, a fresh approach is not only welcomed but helps you stand out in the App Store. This is a great time to validate your current design. Are your approaches still valid? Is there a better solution possible? You might come to some valuable insights that you can apply to all your designs, not just the ones for the shiny new device.

If you’re a developer working on iPhone X UI updates, don’t miss Sebastiaan’s map visualization of the device’s display.

Permalink

Apple Opens App Pre-Orders to All Developers

You may recall that when Super Mario Run was announced in 2016, customers could request notification of its release, which was a first at the time on the App Store. Now, all developers can do something similar by offering their apps for pre-order. According to iTunes Connect’s Resources and Help documentation:

Now you can make your new apps available for pre-order on all Apple platforms. Customers can see your product page and order your app before it’s released for download. Once your app is released, customers will be notified and your app will automatically download to their device. For paid apps, customers will be charged before download.

The process for submitting an app for pre-order seems relatively straight-forward:

To make your new app available for pre-order:

  1. From the homepage, click My Apps, select the app, and select Pricing and Availability in the left column. You’ll see the Pre-Orders section if your app has never been published on the App Store.
  2. Select Make available for pre-order, choose a date to release your app for download, then click Save in the upper-right corner. The release date must be at least two days in the future, but no more than 90 days in the future.

  3. Submit your app for review.

  4. Once your app is approved and you’re ready to make it available for pre-order, return to Pricing and Availability, confirm the date your app will be released for download, and click Release as Pre-Order in the upper-right corner.

In addition to offering apps for pre-orders, Apple will report pre-orders as part of the Sales and Trends section of iTunes Connect. Apple has also included an FAQ with further information about the pre-order process.

It’s been about a year since Apple tested the pre-release notification waters with Super Mario Run and it’s nice to see that it’s been opened up to all developers who can use it to get customers excited about their apps ahead of launch.

Update: According to a new webpage published by Apple that summarizes the pre-order program, it also applies to macOS and tvOS apps.

In addition, Apple has added a ‘Pre-Orders’ section to the Games tab of the App Store, which currently includes five games. No similar section has been added to the Mac App Store or Apple TV App Store.