8th November 2024

What’s new in iOS 18

Apple Intelligence. (iOS 18.1) Apple Intelligence combines the power of generative models with an understanding of your personal context to deliver intelligence that’s useful and relevant. Apple Intelligence can prioritize and summarize notifications, mail, and messages, let you interact with Siri in new and more natural ways, search your photo library when you describe what you want to find, draw from information on your iPhone to simplify everyday tasks, and more. To get started, see Get started with Apple Intelligence on iPhone. Personalize your Home Screen. Arrange apps and widgets on your Home Screen and change their size. Tint apps your favorite color, […]
9th August 2024

Apple watchOS (Apple Watch operating system)

What is Apple watchOS (Apple Watch operating system)? Apple watchOS (Apple Watch operating system) is the operating system (OS) designed specifically for the Apple Watchwearable device, with features that take advantage of the smaller screen and location of the device on the user’s wrist. Apple watchOS (Apple Watch operating system) is based on Apple iOS, the operating system used for its iPhones and iPads, sharing many of the same capabilities. WatchOS is responsible for the general functionality of Apple Watches. It enables the smartwatches to be paired with iPhones and other devices, including Apple competitors’ smartphones. It runs on all Apple Watch models and […]
6th October 2023

iOS 17 New Features – Everything You Need to Know

iOS 17 is the newest version of iOS, the operating system that is designed to run on the iPhone. Previewed in June, iOS 17 is available now on the iPhone XR/XS and later. There are new features for Phone, FaceTime, and Messages, along with small improvements for other apps and an all new app that’s coming later this year for journaling. Apple focused on communication, and overhauled the Phone app. You can now create customized Contact Posters that people see when you call them. You can choose a photo or a Memoji, select a font, a font color, and more. Contact Posters are available for the Phone […]
24th June 2023

Apple WWDC 2023| Apple Vision Pro, iOS 17,MacBook Air and more

Apple’s WWDC 2023 keynote. Vision Pro IOS 17 Each year Apple kicks off its Worldwide Developer Conference with a few hours of just straight announcements, generally covering things from OS to watchOS to new and updated gadgets. By now, you’ve prepared yourself with what we think will be unveiled. Now sit back and relax while the team runs down all of the biggest news in an easy-to-skim digest. 15-inch MacBook Air Dream big indeed. It’s Apple’s largest consumer laptop. Mac Studio The Mac Studio, Apple’s small yet powerful desktop computer, is receiving a product update, including the silicon and replacing the M1 […]
3rd December 2022

Apple iOS 16.0.1 Release: Should You Upgrade?

Software Development Company use most Apple iOS, Apple iOS 16 is a buggy mess, and the release of iOS 16.0.1 will be the first of many dedicated bug fixes. But not everyone can get it. Here’s everything you need to know. Tip: bookmark this page because I will keep it up-to-date if/when new problems are found. I will deliver my final verdict in a week to Software Development Company Who Is It For? Apple iOS 16.0.1 is exclusively for iPhone 14 models: that’s the iPhone 14, iPhone 14 Plus, iPhone 14 Pro and iPhone 14 Pro Max. Earlier this year, Apple admitted to auto-update delays, […]
29th August 2022

MVVM Architecture in iOS

Whenever we start building a new application, this question always comes in our mind, which architecture pattern to choose for our new project. The most used architectural pattern in iOS is MVC. Most of the developers used the MVC pattern for their projects. Small projects work well with MVC, but when your project size starts increases, it starts making your source code messy. I always found the architecture pattern is good to use, but we should not strictly follow an architecture pattern in our project. Not every architecture pattern is good enough to give you everything, there are cons & […]
1st August 2022

How to implement agora video call in iOS swift

Understand the tech The following figure shows the workflow to integrate into your app in order to add Video Call functionality. As shown in the figure, the workflow for adding Video Call in your project is as follows: Retrieve a tokenA token is the credential that authenticates a user when your app client joins a channel. In a test or production environment, your app client retrieves tokens from a server in your security infrastructure. Join a channelCall joinChannel to create and join a channel. App clients that pass the same channel name join the same channel. Publish and subscribe to audio and […]
7th June 2022

10 Handy iPhone Shortcuts to Automate Everyday Tasks

1. Set Multiple Alarms at Once If you need three or more alarms to wake up every day, it makes sense to create a shortcut that starts multiple alarms at once. Using the Toggle Alarm shortcut, you can enable an alarm that you’ve already created. The Create Alarm action does just as it sounds. 2. Start a Timer Timers come in handy every day for doing the laundry, brewing coffee, boiling pasta, and more. If you find yourself having multiple coffees a day, then you will benefit from this coffee-related shortcut, which you can trigger from the Shortcuts widget or Siri. For example, you […]
18th May 2022

Xcode 13.4

Update your apps to use new features, and test your apps against API changes. Overview Xcode 13.4 includes SDKs for iOS 15.5, iPadOS 15.5, tvOS 15.4, watchOS 8.5, and macOS Monterey 12.3. The Xcode 13.4 release supports on-device debugging for iOS 15.5, iPadOS 15.5, tvOS 15.4, watchOS 8.5, and later. Xcode 13.4 requires a Mac running macOS Monterey 12.3 or later. Build System Known Issues Swift Playgrounds app projects with package dependencies fail to build for Mac Catalyst when a package specifies .iOS(...) in its platforms array in the manifest, but doesn’t specify .macCatalyst(...). (88726762)Workaround: Add .macCatalyst(...) to the platforms array with the same value as the iOS(...) entry. Localization Resolved […]
21st April 2022

What’s new in Xcode 13.3

Xcode 13.3 includes SDKs for iOS 15.4, iPadOS 15.4, tvOS 15.4, watchOS 8.5, and macOS Monterey 12.3. Xcode 13.3 requires a Mac running macOS Monterey 12 or later. Build System The build system and Swift compiler have a new mode that better utilizes available cores, resulting in faster builds for Swift projects. The mode is opt-in, and you can enable it globally with the following user default: shelldefaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 Apple says, please report any issues with the new build system mode through Feedback Assistant. Debugging When compiling with optimizations turned off, the Swift compiler and Clang no longer […]