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”,
},
}