Skip to main content
1 vote
1 answer
137 views

When an iOS device is restored from another device (e.g., Device A → Device B), the old APNs token becomes invalid. The token is only refreshed once the app is opened and ...
Salman500's user avatar
  • 1,121
0 votes
0 answers
106 views

I’m trying to implement Firebase Phone Authentication on iOS using silent APNs verification, so that users don’t have to deal with the fallback reCAPTCHA flow. Despite following all Firebase and Apple ...
Alexandr Čížek's user avatar
1 vote
0 answers
99 views

I just kill live activity on application Termination with the code below. func applicationWillTerminate(_ application: UIApplication) { let semaphore = DispatchSemaphore(value: 0) Task....
Nizamet Özkan's user avatar
-2 votes
1 answer
504 views

I'm upgrading a React Native project from 0.68.6 to 0.78.0 and followed all steps on React Native Upgrade Helper. ✅ yarn install and pod install both complete successfully. ❌ But when I try to build ...
Pirun Seng's user avatar
1 vote
2 answers
1k views

I'm trying to add the necessary code to support deep links in my React Native 0.78.1 app (not using Expo). 0.78.1 created an AppDelegate.swift, not an AppDelegate.m like older versions of RN. ...
RJM's user avatar
  • 1,196
0 votes
0 answers
167 views

I am using the app_links package to handle deep links in my Flutter app, and it works perfectly on iOS. However, when I integrate the MobileMessaging SDK and call ...
Çağatay Kaya's user avatar
1 vote
1 answer
200 views

I am using a main file and an AppDelegate with the code below. The issue occurs when I try to quit my app from the Dock. When I right-click on the app icon and choose "Quit", it crashes with ...
Mango's user avatar
  • 103
1 vote
1 answer
217 views

I've noticed a behavior when running expo prebuild in my React Native project using Expo. For the iOS platform, it completely replaces the AppDelegate.mm file and regenerates new icons. However, on ...
Samarth Kadam's user avatar
1 vote
1 answer
200 views

Im new to Flutter and iOS, and Im currently building a Flutter IOS with Firebase Cloud Messaging integrated into the application. I have a GoogleService-Info.plist for two flavors (UAT and Production) ...
Danish Ghazi's user avatar
3 votes
2 answers
101 views

Problem: While developing my Flutter app for iOS, I encountered an issue where, if a user uninstalls the app while logged in, upon reinstalling, the app would skip the login screen and directly ...
Ubaid Ullah's user avatar
0 votes
0 answers
101 views

I noticed that the Apple official documentation for UIViewController describes handling view rotation as follows: The intersection of the app’s orientation mask and the view controller’s orientation ...
Yasic's user avatar
  • 77
2 votes
1 answer
2k views

Before encountering the error, I was using Xcode which had Firebase installed. At around 12pm today, I began encountering an error that looked like this APNS device token not set before retrieving FCM ...
user25626237's user avatar
2 votes
1 answer
100 views

Prior to macOS 15, when the user closed all windows and then clicked the Dock icon, the app wouldn't reopen a window. To handle this, I added the applicationShouldHandleReopen method in the ...
rizwana desai's user avatar
0 votes
0 answers
88 views

I made a custom AppDelegate which should remove the window toolbar and add a corner radius of 10px which all works very well hoeever now, you can't drag the window around. I am also very new to AppKit ...
Karl Ehrlich's user avatar
0 votes
0 answers
259 views

I have an app which is setting up a VPN connection via Wireguard framework. App is using AppDelegate Lifecycle even if in SwiftUI. I'm using a real device. I need to close my VPN connection started ...
biggreentree's user avatar
  • 1,971

15 30 50 per page
1
2 3 4 5
135