Post

Replies

Boosts

Views

Activity

process-launch watchdog transgression
I receive thousands of metrickit crash reports every day : EXC_CRASH:<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:process-launch watchdog transgression: application:6559 exhausted real (wall clock) time allowance of 60.00 seconds call stack: 0 libobjc.A.dylib libobjc.A.dylib 1 libobjc.A.dylib libobjc.A.dylib 2 libobjc.A.dylib libobjc.A.dylib 3 libobjc.A.dylib libobjc.A.dylib 4 dyld dyld 5 dyld dyld 6 dyld dyld 7 dyld dyld I have a few questions: 1.Does this mean that the dynamic link is stuck? 2.Where should I fix this problem?
2
2
2.0k
Feb ’22
AppDelegate is not called
Have you encountered a situation after main is called, but AppDelegate is not called? Only a few users will encounter this situation, and it is concentrated in iOS15, and [NSProcessInfo processInfo].environment does not include 'ActivePrewarm' .
Replies
0
Boosts
0
Views
1.3k
Activity
Jan ’22
Metric Kit includes pre-warm ?
If the app is pre-warm and started, the memory resource is limit and the app exits in background. Does it count as a backgroundExitData.cumulativeMemoryResourceLimitExitCount in Metric Kit?
Replies
0
Boosts
0
Views
1k
Activity
Jan ’22
process-launch watchdog transgression
I receive thousands of metrickit crash reports every day : EXC_CRASH:<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:process-launch watchdog transgression: application:6559 exhausted real (wall clock) time allowance of 60.00 seconds call stack: 0 libobjc.A.dylib libobjc.A.dylib 1 libobjc.A.dylib libobjc.A.dylib 2 libobjc.A.dylib libobjc.A.dylib 3 libobjc.A.dylib libobjc.A.dylib 4 dyld dyld 5 dyld dyld 6 dyld dyld 7 dyld dyld I have a few questions: 1.Does this mean that the dynamic link is stuck? 2.Where should I fix this problem?
Replies
2
Boosts
2
Views
2.0k
Activity
Feb ’22
Control DNS with NSURLSession
Is there a way for iOS NSURLSession to control dns resolution by itself, similar to the ability of the libcurl library (https://curl.se/libcurl/c/CURLOPT_RESOLVE.html). Because I found that my app's domain name was hijacked in the public network.
Replies
6
Boosts
0
Views
2k
Activity
Feb ’22
local network alert with cellular data?
I have a local network alert with cellular data. why? How can I locate the cause?
Replies
4
Boosts
0
Views
1.3k
Activity
Jan ’22
MetricKit include the data before reinstallingy?
I used the app this morning, uninstalled and reinstalled this afternoon. Will the data reported by MetricKit the next day include the data before uninstalling and reinstalling the previous day?
Replies
0
Boosts
0
Views
1.3k
Activity
Jan ’22
DNS Settings
Directly set the mapping relationship between domain name and IP, let my app use it with NSURLSession, Is there a related interface?
Replies
1
Boosts
0
Views
852
Activity
Feb ’22
I want to get organizer data
I want to download the organizer data and upload it to my own platform. Is there any relevant data interface?
Replies
1
Boosts
0
Views
849
Activity
Mar ’22
Why doesn't it hang in the background
My app has applied for the permission to play audio and video in the background, but I found that it survived for a long time without hanging when the audio and video were not played in the background. I want to locate the cause, is there any good way?
Replies
0
Boosts
0
Views
708
Activity
Apr ’22
When backgroundTimeRemaining==0, why does the program continue to run in the background?
When backgroundTimeRemaining==0, why does the program continue to run in the background? Running for a long time, more than an hour
Replies
1
Boosts
0
Views
905
Activity
Jun ’22
When the program is running in the background, will it be suspended when it receives an AVAudioSessionInterruptionNotification notification?
When the program is running in the background, will it be suspended when it receives an AVAudioSessionInterruptionNotification notification?
Replies
0
Boosts
0
Views
945
Activity
Jun ’22
When the program is running in the background, will the app be suspended after the avaudioplayer is paused?
When the program is running in the background, will the app be suspended after the avaudioplayer is paused?
Replies
0
Boosts
0
Views
1.7k
Activity
Jun ’22
what com.apple.coreaudio.AQClient does ?
I want to judge whether the app is playing audio through the cpu usage of com.apple.coreaudio.AQClient, so whether it can cover the situation of all players?
Replies
0
Boosts
0
Views
1.3k
Activity
Jun ’22
Login Method
I found that this app allows users to log in directly with the last account password. I would like to know what interface is this provided by the system. This is not Apple Login!
Replies
2
Boosts
0
Views
1.9k
Activity
Sep ’22
associated domains config
I have configured two appids in appIDs, but only the first one is valid and the second one is invalid, how can I fix it? for example: "appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ],
Replies
1
Boosts
0
Views
840
Activity
Oct ’22