Skip to content

Instantly share code, notes, and snippets.

View sergealagon's full-sized avatar

Sergy sergealagon

View GitHub Profile
@sergealagon
sergealagon / VolumePressDetect.m
Created August 26, 2025 15:51
Detect volume button press on jailed iOS device
/* MIT License */
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#import <objc/message.h>
#import <os/log.h>
/* this is a way to detect volume button press on jailed iOS device */
/* if you cannot use private frameworks, you could probably look into MPVolumeView*/
/* but i never tried it myself. you may also look into AVAudioSession's outputVolume*/