What are extra features added in iOS 9?

devquora
devquora

Posted On: Jun 10, 2024

 

Learning user habits and most importantly, acting on the information gathered has never been easier! With the excellent mechanisms of Intelligent Search as well as Siri-Intelligent Search, life is much more tech dependent and hence, easier. These can basically be used to open apps directly without command, for recommendations on restaurants or any kind of reservations and for guiding the user through the daily lives in order to ensure a smooth routine. Siri is a famous personal assistant to the iOS users.

It is capable of creating contextual reminders and even employ search to find a particular photo or video from the gallery in innovative ways. It does more than ensuring that we are where we need to be at any particular time. Going right from the home screen of the device shows “Siri Suggestions”. This screen is home to all your favourite apps and contacts, restaurants, information about the location and more important news from the web.

For more extensive search, Siri can display capabilities for deeper search and come up with results like videos, sports scores, content from other third-party apps, and more. Simple conversations and calculations can also be done using the handy search tools available on iPad or iPhone. Many inbuilt apps have also been upgraded for improved performance.

  • ✓ The app for Notes has new sketching features and checklists.
  • ✓ The maps include transit directions in addition to the usual features.
  • ✓ File attachments are possible with Mail.
  • ✓ The brand new app for News intelligently studies your interests and then personalizes the news to relevant content which is of interest to you.
  • ✓ The transaction app, Apple Pay, now comes with added store credit cards as well as loyalty cards.
  • ✓ iOS 9 has updated the leading app “Passbook” to “Wallet”.
  • In addition to these, the operating system has updated to wireless CarPlay support for an elective app from iCloud Drive, San Fransico type font, inbuilt two-factor type authentication as well as elective longer passwords for improved security.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    IOS Interview Questions

     What is the method for preventing the QuickTime Player from capturing streaming videos of iOS 8 apps on Yosemite while screen recording is on?

    QuickTime Player on Yosemite fails to record encrypted HTTP Live Streams, leading to blackouts. Apple's HLS technology enables adaptive streaming on various devices, optimizing playback based on netwo..

    IOS Interview Questions

    How can a user respond or react to the state transitions on the app?

    Effectively manage app state transitions with delegate methods. Use applicationDidBecomeActive(), applicationDidEnterBackground(), applicationWillEnterForeground(), and applicationWillTerminate() to h..

    IOS Interview Questions

    How is retain different from assign?

    In Objective-C, attribute assignment follows a pattern: "assign" for non-pointers, "retain" for pointers pointing to specific objects. This ensures proper memory management in iOS development...