blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Signing fails for applications which have an invoke target in config.xml #169

Closed ishneur closed 12 years ago

ishneur commented 12 years ago

Try to sign an app which has an invoke target in config.xml, e.g. `

card.previewer
    <require-source-permissions>access_shared,record_audio</require-source-permissions>
    <filter>
        <action>bb.action.OPEN</action>
        <mime-type>application/*</mime-type>
        <mime-type>text/*</mime-type>
        <mime-type>audio/*</mime-type>
        <mime-type>image/*</mime-type>
        <mime-type>message/*</mime-type>
        <mime-type>video/*</mime-type>
    </filter>
</rim:invoke-target>`

Signing fails with the following error: [ERROR] Error: Code signing request failed because the Invoke-Target-Key [net.rim.webworks.invoke.invokedcard] in the Manifest is restricted from general use.

Pull request: blackberry-webworks/BB10-Webworks-Packager#71

nukulb commented 12 years ago

cannot have net.rim

ishneur commented 12 years ago

Yes you're right, we can close this issue then.

kwallis commented 12 years ago

Closed as not an issue