My app tries to use the new social popup, so I have following code in my build.settings
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, },
There is no problem in building iOS version, however, when I build Android version, following error shows up:
A device build error occurred on the server. BuildID: 5236e67a6274e Error: Get plugin failed. Publisher: com.coronalabs Plugin: CoronaProvider.native.popup.social
I know the social popup does NOT support Android yet, but do I need to comment out the plugin code in build.settings every time I need to build for Android version?
Or any better way? Thanks.