I am calling the activity popup on iOS. But it keep showing error from console telling me “attempt to concatenate a table value” when calling the native.showpoup. Here is my code
local itemsOptions = { { type = "string", value = "Hello World!" }, } native.showPopup{ "activity",{items=itemsOptions,} }
And I added the plugin to the build.settings:
["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, }, },
I am using corona sdk 2016.2948(2016.9.14), xcode 7.3 (not upgraded yet) and deployed to iphone in iOS 9.3.5