I am really new to gaming development. For my multi-player game, I want to send my gaming update to the server 64 times per second. Is it a good idea to use CADisplayLink to do this?
If not, what is commonly used to implement this tick system on iOS?
CADisplayLinkbelongs in the Core Animation class, which isn't directly related to networking. \$\endgroup\$