Is there a difference in unity script touch event handling between iphone and android?

I found a Unity tutorial on mobile game development. I want to focus on iOS but this tutorial states that it focuses on Android platforms. I need to determine if this tutorial is worth my time.

Is there a difference in unity script touch event handling between iPhone and Android devices or are the script methods for handling touch events going to be the same for both platforms. Maybe this is a stupid question. My initial impression is that it won’t matter since I’m using the same script then building to the specific platform. Just want to make sure…

There aren’t any iOS-specific input functions I know of. You can look through the Input class docs to be sure though.