AFTAB MUHAMMED KHAN
AFTAB MUHAMMED KHAN

Reputation: 2186

Ringtones set to high volume when Received SMS from particular Number

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

Answers (0)

Related Questions