I have a local network alert with cellular data. why? How can I locate the cause?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?
Directly set the mapping relationship between domain name and IP, let my app use it with NSURLSession, Is there a related interface?
I want to download the organizer data and upload it to my own platform. Is there any relevant data interface?
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?
When backgroundTimeRemaining==0, why does the program continue to run in the background? Running for a long time, more than an hour
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 the app be suspended after the avaudioplayer is paused?
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?
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!
Topic:
App & System Services
SubTopic:
General
Tags:
Accounts
Autofill
Passkeys in iCloud Keychain
iCloud Keychain Verification Codes
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" ],
All are system functions, do you have any ideas to solve the crash?
Call the lowercaseString function of NSString, it crashes, very strange
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.
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' .