You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to add a contractor that receiving NSURL to the system sounds ? for example,
let systemSound = "/System/Library/Audio/UISounds/sms-received3.caf"
LocalNotificationHelper.sharedInstance().scheduleNotificationWithKey(<#T##key: String##String#>, title: <#T##String#>, message: <#T##String#>, date: <#T##NSDate#>, soundName: <#T##NSURL#>)
would be nice to play the other builtin system sounds.
The text was updated successfully, but these errors were encountered:
As per the way it written, It only fires a notification after certain time but how can we repeat the lcoal notification multiple times on a day ?
Thanks
is it possible to add a contractor that receiving NSURL to the system sounds ? for example,
let systemSound = "/System/Library/Audio/UISounds/sms-received3.caf"
LocalNotificationHelper.sharedInstance().scheduleNotificationWithKey(<#T##key: String##String#>, title: <#T##String#>, message: <#T##String#>, date: <#T##NSDate#>, soundName: <#T##NSURL#>)
would be nice to play the other builtin system sounds.
The text was updated successfully, but these errors were encountered: