0

is it possible to assign a soundname for localNotification from the device cache? I've tried to assign an existing file from the application bundle and it worked properly.

My app will record a soundfile what should work as localNotification.soundName. I can't save this file within the application bundle and so I want to use the soundfile stored in the cache.

Could someone help me?

Thanks, Julian

1 Answers1

0

No. the docs say in multiple places that local notification sounds and push notification sounds have to be included with the binary bundle. [Source]

coneybeare
  • 33,113
  • 21
  • 131
  • 183