Emailed Author: There are issues with your plugin code. Please read this ENTIRE email, address all listed issues, and reply to this email with your corrected code attached. It is required for you to read and reply to these emails, and failure to do so will result in your plugin being rejected.
## Hardcoded plugin folder name
Your plugin won't work via our repository because you hardcoded in the plugin's folder. You've defined your plugin name in the plugins_url() function like this:
WP_PLUGIN_URL.'/wordpress-appstore-api/wordpress-appstore-api.js'
Problem is? That won't be the folder name. The plugin folder name is derived from the name you used to submit your plugin. So if you submitted it as 'Joe's Cool Nameapp' then the folder will be joes-cool-nameapp and not cool-nameapp.
Please read http://codex.wordpress.org/Function_Reference/plugins_url - you'll notice how we have a __FILE__ parameter used in most examples. If you change your plugin to use that, it will work no matter what the folder name is.
## Included a Theme
Your plugin submission includes a theme as well as a plugin. We don't care about the theme. We only approve plugins and you cannot include a theme in your plugin. Was this an accident?
----
Please make sure you've addressed ALL issues brought up in this email. When you've corrected your code, reply to this email with the updated code attached as a zip, or provide a link to the new code for us to review. If you have questions, concerns, or need clarification, please reply to this email and just ask us.