Xcode 11.4 onwards Testing push notifications in the iOS simulator make it a lot easier to add support for remote notifications. Required – Xcode 11.4 + Step… Read more “Get Push-notification in simulator iOS”
Category: iOS (Swift)
Use userdeafult in iOS project in better way
Method 1: You could declare a computed property for getting/setting the value from the user defaults Create Utility.swift class and you can set value anywhere ex. userDeviceToken… Read more “Use userdeafult in iOS project in better way”
Best Resources for Firebase in iOS Swift
For CRUD operations “https://www.simplifiedios.net/firebase-realtime-database-tutorial/“ For Firebase Login and Sign Up “https://www.appcoda.com/firebase-login-signup/“
Grand Central Dispatch (GCD) and Dispatch Queues
https://www.appcoda.com/grand-central-dispatch/ here you can find detail explanation about GCD. Notes: Asyn and sync is related between multiple queues and concurrent and is related to work items inside… Read more “Grand Central Dispatch (GCD) and Dispatch Queues”
Firebase Crashlytics Integration In iOS Swift
Prerequisite:- 1. Xcode 10.2 2. Swift 5 3. Firebase Console Account Step 1:- Create a new XCODE project with a button Step 2:- Generate pod file for your project and install pods… Read more “Firebase Crashlytics Integration In iOS Swift”
Creating an Apple Developer Account: Step by step guide
To submit apps to the iTunes Store/App Store you need an iOS Developer Account. Below is a step-by-step guide on how to set up this account. Please… Read more “Creating an Apple Developer Account: Step by step guide”
How to open mail app from Swift
you can never know if the iPhone/iPad that is running your application has the Apple’s Mail app installed or not as it can be deleted by the user.… Read more “How to open mail app from Swift”