Oct 03, 2021 iOS

Simple Chat Application in iOS Swift

  Chat App using swift xcode Hi Guys Today We are going to develop Chat Application for iOS using Swift.Tool  Here used is Xcode. Let's start with the building of Chat App for iOS. Initially open the Xcode Project Click…

Aug 24, 2021 Swift

Firebase InstanceID token Deprecated

Firebase InstanceID.instanceID().token() method is deprecated in AppDelegate.swift When we updated the pod file of the firebase InstantID was been depreciated .  As the pod file gets updated the appdelegate gives the Capacitor error as No such module 'FirebaseInstanceID' due this can…