Friday, June 9, 2023
HomeiOS developmentios - App displaying white display in Take a look at Flight

ios – App displaying white display in Take a look at Flight


So, I’ve this app I’m attempting to add to the Apple Retailer, I’m utilizing Firebase push notification providers. The push notification works correctly on a bodily iPhone.

However, right here’s the difficulty..
Preliminary the app was displaying white display in TestFlight, however after I up to date the Google providers data.plist from Firebase and firebase_messaging bundle.. It initially confirmed the white display with this error within the console..


2023-05-15 17:33:08.559780+0100 Runner[721:85277] Steel API Validation Enabled
2023-05-15 17:33:08.685416+0100 Runner[721:85277] Warning: Unable to create restoration in progress marker file
2023-05-15 17:33:08.857660+0100 Runner[721:85589] flutter: The Dart VM service is listening on http://127.0.0.1:50840/45133utZ0Aw=/
2023-05-15 17:33:08.868417+0100 Runner[721:85277] [VERBOSE-2:FlutterObservatoryPublisher.mm(101)] Did not register observatory port with mDNS with error -65555.
2023-05-15 17:33:08.868482+0100 Runner[721:85277] [VERBOSE-2:FlutterObservatoryPublisher.mm(103)] On iOS 14+, native community broadcast in apps should be declared within the app's Information.plist. Debug and profile Flutter apps and modules host VM providers on the native community to help debugging options similar to sizzling reload and DevTools. To make your Flutter app or module attachable and debuggable, add a '_dartobservatory._tcp' worth to the 'NSBonjourServices' key in your Information.plist for the Debug/Profile configurations. For extra data, see https://flutter.dev/docs/improvement/add-to-app/ios/project-setup#local-network-privacy-permissions
2023-05-15 17:33:09.255096+0100 Runner[721:85277] FLTFirebaseMessaging: An error occurred whereas calling methodology Messaging#getToken, errorOrNil => {
    NSLocalizedFailureReason = "No APNS token specified earlier than fetching FCM Token";
}
2023-05-15 17:33:09.255224+0100 Runner[721:85569] 10.7.0 - [FirebaseMessaging][I-FCM002022] APNS machine token not set earlier than retrieving FCM Token for Sender ID '95316924077'.You'll want to re-retrieve the FCM token as soon as the APNS machine token is about.
2023-05-15 17:33:09.255547+0100 Runner[721:85569] 10.7.0 - [FirebaseMessaging][I-FCM002022] Declining request for FCM Token since no APNS Token specified
2023-05-15 17:33:09.258938+0100 Runner[721:85574] [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_messaging/unknown] An unknown error has occurred.
#0      StandardMethodCodec.decodeEnvelope (bundle:flutter/src/providers/message_codecs.dart:653:7)
#1      MethodChannel._invokeMethod (bundle:flutter/src/providers/platform_channel.dart:296:18)
<asynchronous suspension>
#2      MethodChannel.invokeMapMethod (bundle:flutter/src/providers/platform_channel.dart:499:43)
<asynchronous suspension>
#3      MethodChannelFirebaseMessaging.getToken (bundle:firebase_messaging_platform_interface/src/method_channel/method_channel_messaging.dart:224:11)
<asynchronous suspension>
#4      primary (bundle:lux_trade2/primary.dart:32:38)
<asynchronous suspension>
2023-05-15 17:33:13.854830+0100 Runner[721:85569] [connection] nw_resolver_start_query_timer_block_invoke [C3.1.1] Question fired: didn't obtain all solutions in time for fcmtoken.googleapis.com:443
2023-05-15 17:33:14.184081+0100 Runner[721:85569] [connection] nw_resolver_start_query_timer_block_invoke [C3.1.2] Question fired: didn't obtain all solutions in time for fcmtoken.googleapis.com:443

And after closing the app and re-opening just a few occasions, the app begins to work correctly.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments