vikas.patidar

iOS

Privacy Manifest (Third-Party SDKs requirements)

Introduction Ensuring user privacy remains Apple's paramount concern, and it must not be compromised under any circumstances. To reinforce this commitment, Apple has introduced stringent requirements for third-party SDKs. While these SDKs offer valuable functionality for apps, they also have the potential to impinge upon user privacy...

10-Apr-2024

iOS

Async/ Await (Modern Concurrency in Swift)

Async/ Await in Swift (Modern Concurrency)                                                      Async/ Await What is async/Await? Apple introduces a new concurrency feature i.e., asynchronous (async) from Swift 5.5. Async:- stands for asynchronous, which means to execute the methods/program...

12-Dec-2022