Домой United States USA — software Your Last Chance to Get Ready for iOS 11 Your Last Chance...

Your Last Chance to Get Ready for iOS 11 Your Last Chance to Get Ready for iOS 11

141
0
ПОДЕЛИТЬСЯ

iOS 11 launches in less than a month. Read up on the new APIs, machine learning features from CoreML, and a new rule for iOS mobile app and game developers.
The next major release of iOS is less than a month away. A lot has been discussed about the great innovations around the new platform and the new iPhone devices that will be launched alongside this release.
In this article, I would like to highlight few opportunities and pitfalls that iOS developers can and should be aware of a moment before this major release hits the market.
If you haven’t scanned through the new APIs introduced by Apple for iOS11, it is not too late, but highly recommended that you do — sooner than later.
From the long list of innovative capabilities that includes ARKit, Sirikit, FileSystem access, drag and drop and much more, I would actually like to focus on the CoreML API’s — machine learning support for iOS11.
iOS developers, can now choose from 3 sets of API’s and add a layer of machine learning to their apps, and with that, enhance their end-user experiences.
As can be seen in the architecture above, developers can add capabilities around vision, language processing, and gaming.
Lastly, if you are an iOS game developer, then the new GameplayKit APIs should enable you to add more layers of sophistication and customization to your game, that will include previous behavior adoption, or as Apple would describe: «Incorporate common gameplay behaviors such as random number generation, artificial intelligence, pathfinding, and agent behavior.»
In addition to the above unique use cases, app developers can use the CoreML API’s to integrate an ML model into their app, like in the below example Apple provides as a reference to developers.
iOS app developers should also pay attention to a new rule that is being enforced starting iOS11, and it’s the in-app request for users app reviews.
Up until iOS11, app developers could use customer API’s to request their users to provide app reviews as many times they like, when the users would launch the app or in a random sequence. Starting iOS11, app developers are required to follow and use only the Apple app reviews API’s, and adhere to a 1-time request for app reviews.
Code refactoring to assure you’re using the proper APIs.
Tuning the app request for review properly.
Getting your app to work fine, since you now only get one user review shot, so it should be a 5-star one.
This specific point should be relevant not only when transitioning to iOS11, but when you move from one OS version to the next.
Many apps today leverage third party tools that are either embedded as an engine in your app (e.g. Voice command, image processing, etc.) , or that are relying on third party native apps within their own app like login via Facebook to your game etc.
The fact that you’ve tested that your app works fine should also mean that the dependent engines, services, and other libraries that you rely on were also tested against various iOS11 devices and conditions.
While I wrote a lot in the past on the new iOS11 disruption potential to an existing application and how will it perform on various devices, I would like to reiterate the points in a high level:
Happy iOS11 adoption, innovation, and testing.

Continue reading...