Pagination Links Not Showing Up on single.php posts on iOS Devices

get_next_posts_link() won’t work in is_single() context – see source – and is intended for paged content.

For the is_single() context use next_post_link() and previous_post_link() to echo the output. Or to return the output get_next_post_link() and get_previous_post_link().