Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
152 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 ...
0 votes
0 answers
114 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 ...
1 vote
0 answers
105 views

I just kill live activity on application Termination with the code below. func applicationWillTerminate(_ application: UIApplication) { let semaphore = DispatchSemaphore(value: 0) Task....
-2 votes
1 answer
543 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 ...
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. ...
0 votes
0 answers
179 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 ...
2 votes
1 answer
224 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 ...
1 vote
1 answer
232 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 ...
1 vote
1 answer
216 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) ...
3 votes
2 answers
103 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 ...
0 votes
0 answers
103 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 ...
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 ...
2 votes
1 answer
103 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 ...
0 votes
0 answers
93 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 ...
0 votes
0 answers
268 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 ...

15 30 50 per page
1
2 3 4 5
...
135

AltStyle によって変換されたページ (->オリジナル) /