system.openURL always return false, even the url successfully open.

I had an app X, call analyticblocker, which i added ‘analyticblocker’ into the URLScheme in build.settings.

Then I had an app Y, which will call the following code:

local result = system.openURL("analyticblocker://") print("result", result)

app X is open every time when this code executed, but the result is always false.

Why is this happen?

I was using build 2325? (not remember), then updated to 2338, both behave the same.

Anybody? 

Anybody?