iOS-Runtime-Headers icon indicating copy to clipboard operation
iOS-Runtime-Headers copied to clipboard

iOS Objective-C headers as derived from runtime introspection

Results 58 iOS-Runtime-Headers issues
Sort by recently updated
recently updated
newest added

I need to toggle AirPlane mode programmatically using the Private API RadiosPreferences, but I am getting a compile error that RadioPreferences does not support 64-bit architecture arm64. I have import...

assume that user has installed my app. When the user open the app, and later switch the app to background, how can I update the app automatic? Anyone knows ?...

Sadly there is not RuntimeBrowser for Apple Watch.

Hi all May I ask the community if someone has experience with Private API's and Bluetooth Low Energy? I wonder if and how I could implement the following two requirements...

Hi, recent I used AVPlayer to play while downloading, everything seems fine. Bug I found some crash about AVKeyPathFlattener on the other threads. I can't reproduce and don't know how...

Hi - I want to read the value of the private property of EKCalendar object, how can i do that ? I tied the following but I didn't get the...

Where to put this code ? applicationDidFinishLaunchingWithOption? NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/FTServices.framework"]; BOOL success = [b load]; Class FTDeviceSupport = NSClassFromString(@"FTDeviceSupport"); id si = [FTDeviceSupport valueForKey:@"sharedInstance"]; NSLog(@"-- %@", [si valueForKey:@"deviceColor"]);...

Hello, I tried using the WiFiVelocity framework to get information about nearby WiFi networks. I managed to get an instance of the W5Status class through a handler class, but all...

It can be effect when we use the iPhone to delete some method of keyboard input through the system's setting. But can we use the code to finish this function?...

Tried using AppleAccount.framework/AADeviceInfo.h class but it returns null for Serial Number. Any idea? ``` NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/AppleAccount.framework"]; BOOL success = [b load]; Class FTDeviceSupport = NSClassFromString(@"AADeviceInfo"); id si...