Push notification in S40 and S60 - s60

I want to implement an app that makes use of push notifications. Any ideas about how to start and links to resources will be useful.

I think this http://projects.developer.nokia.com/notificationsapi/wiki is a very good starting place for push notifications. I hope you find it useful.

Nokia Developer have a good starting place with links to more resources

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 set wallpaper for lock screen in iPhone or iPad

I have gone through many of similar post that I have asked here. I have understood that there is no public API for doing this in iOS devices and if we use the private API for this purpose, apple will not accept it too. But I have found an application in itunes which does the same feature.
Here is the link :
http://itunes.apple.com/us/app/sticky-notes-hd-with-bump/id364874025?mt=8
If apple do not support this, how this application is in Appstore. Then they may have did this in some other way. So I hope this feature can be implemented somehow.
Does anybody have any idea regarding this.
Thanks in advance
Thats impossible to do.
Have you bought the app you referenced to? Did you see it?
The app that you reference generates a picture that you -- by hand -- need to set as lockscreen/wallpaper.
One thing that goes in that direction is the MPNowPlayingInfoCenter; it allows you to set what's being shown in the "now playing" info on the lock screen, but that's about how far you will get.

Newsstand free subscriptions

I'm developing app - it is custom offline feed reader. I's completely free, so I do not need any subscriptions. I want to use some newsstand features and I already draw amazing icon for newsstand:) What should I do? Is any workarounds about this issue? May be some "fake" free subscription?
Another issue - when I tried to publish app with only one free subscription, I failed. Is that normal?
Your completely correct you can have free subscriptions, iTunes connectly clearly states you can have free subscriptions.
If you want to use Urban airship this guide should help you out, and give you the perfect guide as to what you are actually looking for.
Search First Glimpse magazine. It is a free magazine that populates in News Stand. Also, that publishing company has more free content

APNS Push Sound Files

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?

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!