Преглед изворни кода

Try to get sound playing on iOS

Sebastián Katzer пре 12 година
родитељ
комит
6abf363a87
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/ios/APPLocalNotification.m

+ 1 - 1
src/ios/APPLocalNotification.m

@@ -230,7 +230,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
         }
         else
         {
-            notification.soundName = sound;
+            notification.soundName = [self.commandDelegate pathForResource:sound];
         }
     }