please help for build

hello, please help,

i build app for Android and see all okay, but for build ios version i see error:


A device build error occurred on the server. 

 

BuildID: 53832f6b434b3 

Error: Get plugin failed. 

Publisher: com.coronalabs 

Plugin: CoronaProvider.gameNetwork.google


 

what a problem ? how i can fix this ?

Add supportedPlatforms = { android = true } in your plugin

plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.gameNetwork.google”] =
{
– required
publisherId = “com.coronalabs”,
supportedPlatforms = { android = true }
},
},

Best Regards,

Team, SP Technolab

www.sptechnolab.com

big tnx, build passed

hmm… after upload in store see rejected status:

“Your binary has been received but does not meet all the requirements for submission.”

there are any thoughts on this?

There should be some messages that tells you why it’s being rejected.

Rob

wow, now work, status Waiting For Review

Add supportedPlatforms = { android = true } in your plugin

plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.gameNetwork.google”] =
{
– required
publisherId = “com.coronalabs”,
supportedPlatforms = { android = true }
},
},

Best Regards,

Team, SP Technolab

www.sptechnolab.com

big tnx, build passed

hmm… after upload in store see rejected status:

“Your binary has been received but does not meet all the requirements for submission.”

there are any thoughts on this?

There should be some messages that tells you why it’s being rejected.

Rob

wow, now work, status Waiting For Review