Facebook posting has been working fine all day until about an hour ago. Suddenly stopped working.
No change to the code at my end. The Twitter posting works fine. The Facebook posting hangs the app. Build is 2317. iPod 4th generation running iOS 6.1.6.
Anyone else?
Code:
local options = { service = "facebook", message = "hello", } print("Calling native.showPopup()") native.showPopup("social", options) print("Called native.showPopup()")
I see both print statements in the Xcode console.
build.settings portion:
plugins = { ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.adbuddiz"] = { publisherId = "com.adbuddiz" }, },