I'm developing some PyS60 applications and today I've seen that it's possible to deploy them to the Ovi Store according to the Release Notes(Discussion Thread too):
- All the Pyds that have zero UID will be assigned with the applications UID at the time of packaging.
As a result, Python applications can now be symbian signed. This opens the door for submitting Python applications to OVI Store.
But where I can get a tutorial or some help about how to do this?