Reputation: 2186
I am working on one iOS app which have a requirement that if phone received sms from particular number so set ringtones volume to loud.
I know how to increase or decrease the volume which most likely to this.
[[AVSystemController sharedAVSystemController] setVolumeTo:10.0 forCategory:@"Ringtone"];
But how could i check that sms received from particular number even application is closed?
Upvotes: 0
Views: 262