iPhone / iPad touchscreen input in update or fixedupdate?

Quite a simple question but can’t seem to find a solid answer.

Should touchscreen input (virtual buttons and swipes and other gestures) be called in Update or FixedUpdate?

All inputs should be called in Update functions

FixedUpdate must be used for game physics only