APNS Push Sound Files - objective-c

in my App I want to integrate some Push Notification Sounds, which the user can select.
My problem is to find soundfiles, I am not able to do it myself.
I searched in Google a lot, but I found nothing. Does anyone know where I can get some Push Sounds?
Thanks

what about pond5?

Related

Twilio programmable video notifications

I developed a solution to allow my users to get in touch through video calls.
However, for iOS I can't manage to trigger notifications (CallKeep for example) to warn a user that someone is trying to contact him.
Would you have solutions to propose to me because I can't find anything conclusive.
Check out the Twilio Video quick start application has a CallKit example. Please take a look at that and see what you can learn.

How to do a persistent notification in React-Native? (Not swipeable)

I'm doing a "Uber like"app, and i want to do a persistent notification, as shown below, to let the driver know his status (connected, searching for rides, disconnected, etc). I've implemented push notifications trough Firebase, but they quite solve my problem, but it's not how i think is the best way. Does anyone know how to do that? WhatsApp implementation on what i want

Is there any way of knowing how many NSUserNotifications there are in NSUserNotificationCenter?

Is there any non-private way of knowing how many notifications there are in the Notification Center (NSUserNotificationCenter) in Mountain Lion? Not just notifications from my app, but from all apps.
So, to sum things up, what I want to do is to retrieve the number of notifications displayed here:
I've tried to search around, but I can't find information about this. Any ideas?
Thanks in advance!
There is no public API to access notifications from other apps. The best way to access this information is to read the sqlite database located in ~/Library/Application Support/NotificationCenter/<UUID>.db. Note that this will only work if your app is not sandboxed.

How can i send a push notification?

i'm trying to add push notification to my app, but, so far, i could find only tutorial that seems to be old and outdated... Can someone explain me how can i make my app send a notification?
My app takes some content from an xml online and i want to send the notification when the xml contains a date of update more recent. Can i?
I found a simple and clear video about this here: http://www.youtube.com/watch?v=_3YlqWWnI6s.
It is simple and clear, and after that i followed http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 and http://blog.serverdensity.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/. So i managed to send push notification. Needs some work but it's not do difficult as i thought.

iPhone app Facebook Picture Upload

I have another question. I want to upload a picture to Facebook. I have found some tutorials to do this.
I've read that you need to register your app first on facebook. Is this absolutly necessary to test the functionality?
My app isn't finished at all and I just want to test if it works.
Yes you need to do that, discard the fact if your app is ready or not. It's just a policy.
You can find everything you need about the Facebook API here
I'ts quite easy so don't worry ;-)
Good luck!