Potential issue with optional List during sync

We have a new field with a List<> on 3 platforms (ios, android and cloud). New fields in objects should be optional, but does this rule apply to a List? On android and cloud there is no problem with the optional sheet, but on ios the optional sheet is not supported. Will there be a problem during the sync if the List is empty on iOS, but optional on the other two platforms?