Swiftui App Life Cycle iOS14 Wo kann AppDelegate -Code eingelegt werden?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Swiftui App Life Cycle iOS14 Wo kann AppDelegate -Code eingelegt werden?

by Anonymous » 18 Aug 2025, 20:26

Jetzt, da AppDelegate und scenedelegate von Swiftui entfernt werden, wo ich den Code in SceEdelegate und AppDelegate in SCEENDELEGATE
, entfernen. jetzt? < /p>

Code: Select all

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

FirebaseConfiguration.shared.setLoggerLevel(.min)
FirebaseApp.configure()
return true
}

Top