Can you please advise me how I can do this:
If you click on the cube, aplications print: Click on cube.
Input.touches, raycast, collider, tag, Debug.Log. docs.unity3d.com.
How is this an iOS question?
Oh it was not easy, just add a script button.
You must sure have one collide on the cube ,and add a script
like this :
function OnMouseDown ()
{
print(" Click on cube ");
}