Does ios build & android need each their own scripting to publish ?

Does ios build & android need each their own scripting to publish ?

I know they need slight different tweaking coding but how do you know whats needed for certain ones? I mean there no unity tutorial for ios and android learning only… so this is hard to determine if ur not an expert programmer

is the only different thing basically needed for ios droid versus desktops the touch screen related coding?

do I have to make slightly diffrent coding’s for android and ios? I know for windows desktops its 1 so is it 1 for droid and 1 for ios also?

and how does one know and go about coding for each without using the wrong code – unity teaches scripting and other basics based on teaching, not for each & every build like ios / droid etc… theres no set of tutorials that are for ios only etc theres 1 set total… so whats best way 2 go about this and how do you know what to use with each?

Basically, the only differences between the different platforms are the specific stuff.

That’s why you have a lot of plugin. Such as iCloud Build which is iOS only. And you have a lot of different examples.

For the inputs like touch, the new UI handle both PC/Console and Touch so you don’t have to worry about that.

Hope that help.

Cheers