Open SSL Error and Amazon

* fixed… I removed all supported platforms and replaced it with:

 [“plugin.openssl”] ={publisherId = “com.coronalabs”},

Hopefully Amazon will be happy now.

Hi,

Does the openssl plugin not work with Amazon?  I recently got rejected from the Amazon store because using open ssl returned an error from Amazon when I submitted. 

‘Runtime Error’, plugin.openssl not found: resource (plugin.openssl.lu) does not exist in archive

I’m using the plugin to encrypt my user data so that it is not just clear text.

Thanks, Greg

[“plugin.openssl”] ={publisherId = “com.coronalabs”, supportedPlatforms = { android=true, iphone=true, osx=true, win32=true },},

Is there a supportedPlatforms flag for amazon>? ie: ‘android-kindle’???

For future reference the string for Amazon is: [“android-kindle”]

because of the hyphen in the name, you have to use the [“name”] table syntax for it.

Remember the supportedPlatforms is really used to exclude platforms that the plugin is not supported. If the plugin works on all the platforms you’re building for you really don’t need to include it.

Rob

For future reference the string for Amazon is: [“android-kindle”]

because of the hyphen in the name, you have to use the [“name”] table syntax for it.

Remember the supportedPlatforms is really used to exclude platforms that the plugin is not supported. If the plugin works on all the platforms you’re building for you really don’t need to include it.

Rob