Developer Simon Støvring has put together SBSAnimoji, an iPhone X app that uses Apple’s private AvatarKit framework to let you record Animoji videos that aren’t limited to 10-second clips or the Messages app. You can download the project from GitHub and install it with Xcode on your iPhone X.
It’s fascinating to consider how Animoji could expand beyond iMessage through AvatarKit, or how the same tech that powers the framework could be used for the creation of different system avatars not necessarily modeled after popular emoji. Also: wouldn’t it be interesting to have AvatarKit as a proper API for third-party developers?
Earlier today, Apple released iOS 11.2 beta 2 to developers. The release notes accompanying the beta include the following announcement:
Soon, you’ll be able to offer new customers a discounted introductory price for your auto-renewable subscriptions on the App Store. iOS 11.2 introduces new classes … and new properties … to provide details on the introductory pricing and billing period you’ve selected for your auto-renewable subscriptions. You’ll be able to configure introductory pricing on your in-app purchase page in iTunes Connect soon.
Auto-renewing subscriptions were made available to all app developers with iOS 10 and already include the option to offer a free trial. With iOS 11.2 though, developers will have added flexibility to help them attract customers.
Apple has notified third-party iOS developers via its News and Updates website that they can download Xcode 9.0.1 and submit iPhone X apps for review in advance of the new iPhone’s release on November 3, 2017.
Download Xcode 9.0.1, test your apps in the iPhone X simulator, and capture screenshots. Then submit your updated apps and metadata in iTunes Connect today.
With the goal of encouraging a dialogue among developers, Supertop, the maker of Castro, has published a series of suggested best practices for implementing drag and drop on iOS. As Oisin Prendiville explains:
Ideally, experiences that users have in one app should stand to benefit them in others. As a community of developers and designers we should be looking to agree upon shared best practices to provide a consistent user experience. There’s an opportunity here to help users understand and embrace drag and drop as a powerful way to interact with touch devices, just as they have on the desktop for years.
The post considers five implementation aspects of drag and drop complete with animated GIF examples of ‘dos and don’ts.’
As we’ve discussed on AppStories, Castro’s execution of drag and drop is one of the best we’ve seen since iOS 11’s introduction. That makes the app an excellent jumping off point to frame the conversation among the broader iOS development community. I hope others take Supertop up on its offer to discuss these topics further because users could stand to benefit a lot from a set of canonical approaches to drag and drop.
Ahead of the upcoming public releases of iOS 11 and watchOS 4 on September 19th and macOS High Sierra on September 25th, Apple has told developers via its developer website that App Store submissions are open.
You can now submit your apps that take advantage of exciting new features available in the next release of macOS, iOS, watchOS, and tvOS. Build your apps using Xcode 9 GM seed, test with the latest releases of macOS High Sierra, iOS 11, watchOS 4, tvOS 11, and submit them for review.
Apple has added scores of new features to its operating systems that developers can take advantage of to improve existing apps and create all-new ones that were impossible before the new APIs were introduced. Perhaps most anticipated are the additions to iOS that enable brand new features to the iPad like the dock, drag and drop, Split View enhancements, and much more.
You can also follow all of our Apple event coverage through our September 12 hub, or subscribe to the dedicated September 12 RSS feed.
In a series of tweets yesterday, one of the developers behind Codea announced that a new version of the iPad coding app had been approved for release, and this update would enable code sharing for the first time.
Previously we covered the revised App Store guidelines that now permit downloading and executing code inside of apps, but we haven’t seen those changes put into practice before now. With version 2.3.7 of Codea you can now import projects from both .zip files and .codea bundles, making it easy to share code with others.
We’ve been trying for six years (six!) to allow code sharing on iPad. So glad Apple has updated their policy now.
Although Codea is the first prominent adopter of features made possible by Apple’s newly-granted permissions, it certainly won’t be the last. Other notable programming apps and IDEs like Pythonista and Continuous can follow suit as they so choose. These policy changes, combined with Apple’s own entrance into iOS coding via Swift Playgrounds, all of the sudden make iPad a much more attractive programming environment than ever before.
One excellent example of the power of coding on iOS is a game called Starsceptre. Starsceptre is a retro-style arcade shooter that was coded entirely on an iPad using Codea. Creator Richard Morgan wrote the game primarily during his daily commute on a train. “My work commute is basically the only spare time I have, so I needed a way to make games in that time – on the move, on my iPad.” The game’s trailer is embedded below.
With the less restrictive new App Store policies on coding, and the upcoming power user iPad features in iOS 11, hopefully we will see a lot more examples of apps coded entirely on iPad going forward.
Apple made several changes to the App Store Review Guidelines during WWDC this week, including an easing of the prohibition against downloading and executing code on an iOS device. The ban on executable code remains intact, but rule 2.5.2 now also provides that:
Apps designed to teach, develop, or test executable code may, in limited circumstances, download code provided that such code is not used for other purposes. Such apps must make the source code provided by the Application completely viewable and editable by the user.
The change to the guidelines is limited, but it’s an important signal to third-party developers that Apple will accept certain educational apps and developer tools on iOS, which brings the promise of app development on iOS one step closer to reality.
In iOS 10.3 earlier this year, Apple introduced a new API for prompting users to give apps an App Store review. At the time, developers were allowed to continue using any custom review prompts they had previously implemented, with the warning that such permission would eventually be revoked. As reported by 9to5Mac, that day has already come.
App Store policy has been updated to mandate use of Apple’s standardized rating API going forward, disallowing custom review prompts. The updated language in Apple’s review guidelines reads:
Use the provided API to prompt users to review your app; this functionality allows customers to provide an App Store rating and review without the inconvenience of leaving your app, and we will disallow custom review prompts.
In the few months since its introduction, adoption of Apple’s review prompt API has been slow. Perhaps it is due to that lack of adoption that the company wasted little time before requiring its use.
Apple’s solution certainly provides a better user experience than custom alternatives, particularly since it allows rating an app without needing to visit the App Store. But the concern from developers may be the loss of control over when, or how often, that prompt is presented.
Apps may use in-app purchase currencies to enable customers to “tip” digital content providers in the app.
Constine explains that previously, tipping was a grey area, leading some developers to avoid implementing it for fear their apps would be rejected by the App Review team. But this new policy changes that, he writes:
This means developers can add tipping features without fearing repercussions from Apple, as long as they’re willing to give the giant 30 percent. The grey area had kept tipping out of some popular apps who sought to avoid any tension with Apple. Now app makers can offer and promote tipping features with confidence.
The developers will have to determine whether they themselves take a cut of the tips or pass the full 70 percent on to the content creators. Passing on 50 percent while taking a 20 percent cut could unlock paths to monetizing video where ads can be interruptive or tough to match with unpolished footage.
The App Store has been rife with changes since Phil Schiller adopted responsibility for it, and this particular change will impact certain people in different ways. Some developers may appreciate the clarity concerning what they can or can’t do in the realm of tipping, but for any apps currently allowing tipping without the 30% tax, both developers and content providers will be harmed.