Open in app

Sign in

Write

Sign in

Nishant Bhasin
Nishant Bhasin

19 Followers

Home

About

Apr 3

NavigationStack vs NavigationView in SwiftUI

NavigationStack vs NavigationView in SwiftUI SwiftUI is a modern framework for building user interfaces for Apple platforms. It includes a lot of features to create complex user interfaces, including navigation. Navigation is an essential part of any app, and SwiftUI provides two ways to implement navigation: NavigationStack and NavigationView. Note: As of iOS16 and above…

Swift

3 min read

Swift

3 min read


Sep 8, 2022

Apple Universal Link setup in iOS

Overview We’ll explore how to setup universal links in iOS and on the server side so you are able to open your app when a user goes to a your universal website link. What are universal links? Universal links are web links which point to some content on the web and in your app. Universal…

IOS

4 min read

Apple Universal Link setup in iOS
Apple Universal Link setup in iOS
IOS

4 min read


May 12, 2021

Local Push Notification in iOS 14

Overview We’ll explore how to setup local push notification in iOS 14 along with its benefits and limitations. Local push notification unlike remote notification do not rely on any backend push server and thus its delivery works on the basis of a scheduler. (Apple Developer) We have to pre-define local push…

Swift

3 min read

Local Push Notification in iOS 14
Local Push Notification in iOS 14
Swift

3 min read


Jul 6, 2020

How to get IDFA in iOS 14

What is IDFA? It is a unique id (UUID) specific to each iOS device that is used to serve targeted ads and track app attribution. It was introduced in iOS6 and up until iOS13 accessing it was a piece of cake. import AdSupport var idfa: UUID { return ASIdentifierManager.shared().advertisingIdentifier } iOS14 Apps targeted towards…

Idfa

2 min read

How to get IDFA in iOS14
How to get IDFA in iOS14
Idfa

2 min read

Nishant Bhasin

Nishant Bhasin

19 Followers

Staff Software Engineer @ Mozilla

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams