rodney1
September 29, 2013, 12:50am
1
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”,
},
}
rob
September 29, 2013, 1:21am
2
Are you building for Apple/iOS or for Android?
rodney1
September 29, 2013, 1:32am
3
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
rob
September 29, 2013, 1:21am
7
Are you building for Apple/iOS or for Android?
rodney1
September 29, 2013, 1:32am
8
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