Supplying a Signing Key

You must supply a signing key from RIM to access the persistent store.

  1. Go to https://www.blackberry.com/SignedKeys/nfc-form.html to obtain a signing key and import them into Eclipse following RIM’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.
  2. Open the CustomizationHelper.java file for editing.
  3. Find the method named getCodeSignerId() and update it to return the name of your key.
  4. Add the key file to your project so it is included in the .cod file.