You must supply a BlackBerry code signing key from BlackBerry to
access the persistent store.
- Go to https://www.blackberry.com/SignedKeys/codesigning.html to obtain a signing
key and import into Eclipse following BlackBerry's
instructions.
Once you import your signing key, you must change some code to let the
Hybrid Web Container know which keys you are using.
- Open the CustomizationHelper.java file for editing.
- Find the method named getCodeSignerId() and update it to return
the name of your key.
- Add the key file to your project so it is included in the .cod
file.