You are not currently subscribed to the following plugins: com.exitgames:plugin.photon

I’m getting the following error when trying to build with a Corona SDK Starter subscription:

You are not currently subscribed to the following plugins: com.exitgames:plugin.photon

The plugin docs say it is available for Starter.  The app works in the Simulator just fine.  I’m using build 2013.1202. 

My build settings file contains this:

plugins =

    {

        – key is the name passed to Lua’s ‘require()’

        [“plugin.photon”] =

        {

            – required

            publisherId = “com.exitgames”,

        },

    }

Are you building for Apple/iOS or for Android?

I am building for iOS; however, I just tried to build for Android and got the same error message.

rodney1 - we are checking if the right permissions are set on the server. I thought they were, but we are making sure. Might take until tomorrow morning since it’s Sunday though…

rodney1 - this should now be fixed. Let us know if you are still seeing issues.

David

Thanks David, it works!

Are you building for Apple/iOS or for Android?

I am building for iOS; however, I just tried to build for Android and got the same error message.

rodney1 - we are checking if the right permissions are set on the server. I thought they were, but we are making sure. Might take until tomorrow morning since it’s Sunday though…

rodney1 - this should now be fixed. Let us know if you are still seeing issues.

David

Thanks David, it works!