Commit 6abf363a by Sebastián Katzer

Try to get sound playing on iOS

parent 6a161ada
...@@ -230,7 +230,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION"; ...@@ -230,7 +230,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
} }
else else
{ {
notification.soundName = sound; notification.soundName = [self.commandDelegate pathForResource:sound];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment