Satyam
Satyam

Reputation: 15894

Symbian - Does s60 version 5 app work on s60 version 1

I build an app for my company using Symbian s60 SDK version 5. My question is will it run on phones with Symbian s60 version 1 OS or not?

(I am aware that reverse compatibility may not work, but just for clarification I posted this)

Upvotes: 1

Views: 274

Answers (1)

KevinD
KevinD

Reputation: 1789

Not, absolutely not. In fact, S60 v1 is not even backwards compatible with v5 (there was a major binary compatibility break at S60 3rd edition).

If you need S60 v1, you have some work to do - there are many breaks and API changes to deal with.

If you want to increase market coverage, you can build on S60 3rd edition which will give you compatibility with S60 5th edition.

Upvotes: 2

Related Questions