We want to restrict the application to be successfully installed to a given phone model only. What we have tried is that we specify [<The specific phone product ID>], 0, 0, 0, {"<Phone product ID>"} instead of the standard description [0x101F7961], 0, 0, 0, {"S60ProductID"} in the pkg file. However, when installing the application on another phone model, the user is prompted that the application may be incompatible with the phone but the installer still continues the application installation. Is there any way to restrict the application if the phone model is not matched?

Reply With Quote

