This sample is for showing the newest features introduced in Axway Titanium SDK 7.4.0. Of course this is not everything introduced in 7.4.0. Check out the full list of features, bugfixes and improvements in the release notes.
On iOS there are several new features and improvements that are great.
- New NSUserActivity APIs: eligibleForPrediction and persistentIdentifier have been added. These provide a way for your user activities to be easily identified and suggested by Siri for shortcuts. You can see them in action in
shortcuts.js
. - New UserNotifications API, or notification grouping has been added. iOS 12 introduces Notification Grouping, a feature that groups all of the notifications from a single app together in one bundle that prevents the Lock screen from becoming cluttered. How it works can be seen in the
groupedNotifications.js
controller.
While Password Autofill was added with iOS 11, we are revisiting it here along with some new APIs. Password suggestion and One Time Codes have been added to assist with your credential and sigle factor auth code management. Check them out in autofill.tss
, suggestion.tss
, and oneTimeCode.tss
Besides the features above a lot of bugs were fixed too. Obiously, demonstrating this is kind of pointless, so here's the link to the issue list fixed. Release notes
Make sure to reach out to the Titanium Slack community for questions or file a JIRA ticket if you run into any issues.
Eric Wieber, Axway Appcelerator
Apache 2