Home » coding

Tag: coding

Building your app for iOS 10

As the date approaches quickly for the public release of Apple’s iOS 10, it’s important to think of how your app can harness the power of all the new features! Apple has taken a major step, opening up many different SDK’s and libraries. Let’s see how we can take advantage of them!

What’s New:

SiriKit

SiriKit enables your iOS 10 apps to work with Siri, so users can get things done with your content and services using just their voice. In addition to extending Siri’s support for messaging, photo search and phone calls to more apps, SiriKit also adds support for new services, including ride booking and personal payments.

 

CallKit

CallKit lets VoIP apps integrate with the iPhone UI and give users a great experience. Use this framework to let users view and answer incoming VoIP calls on the lock screen and manage contacts from VoIP calls in the Phone app’s Favorites and Recents views.CallKit also introduces app extensions that enable call blocking and caller identification. You can create an app extension that can associate a phone number with a name or tell the system when a number should be blocked.

Notifications

The notifications framework got an overhaul and you can now make your notifications more custom and rich. With customizing the UI of a notification and integrating 3D touch to add quick actions, your users will be able to interact with notifications like never before.

 

Integrating with the Messages App

In iOS 10, you can create app extensions that interact with the Messages app and let users send text, stickers, media files, and interactive messages. You can also support interactive messages that update as each recipient responds to the message. You can create two types of app extensions:

  • A Sticker pack provides a set of stickers that users can add to their Messages content.
  • An iMessage app lets you present a custom user interface within the Messages app, create a sticker browser, include text, stickers, and media files within a conversation, and create, send, and update interactive messages.An iMessage app can also help users search images that you host on your app’s related website while they’re in the Messages app.

 

Speech Recognition

This new framework supports continuous speech recognition and helps you build apps that can recognize speech and transcribe it into text. Using the APIs in the Speech framework, you can perform speech transcription of both real-time and recorded audio.

 

ReplayKit

Record or stream video and audio directly from your app, so that users can share their experiences through email, messages, and social media.

 

These are just a handful of cool new frameworks that your apps can work with. For more information check out https://developer.apple.com/ios/

 

Have apps using some of these frameworks and what it featured? Let us know!