0

In my app user can select sound for push-notification. I got all system sounds from "/System/Library/Audio/UISounds", but the problem is when I'm setting another system sound as sound for push-notification default sound playing. Can I set another system sound as push sound? Or I should pass id of that sound? Or maybe I can use only custom sounds?

Alexandr Kolesnik
  • 1,929
  • 1
  • 17
  • 30

1 Answers1

0

Use this. Helped for me. Copying sound to folder available from Backend solve this problem. https://stackoverflow.com/a/35624018/4911483

Community
  • 1
  • 1