Search Unity

Unity 2018.2.14f1 iOS build error on ssl_write_alpn_ext

Discussion in 'Editor & General Support' started by diego_mp, Oct 31, 2018.

  1. diego_mp

    diego_mp

    Joined:
    Jun 12, 2017
    Posts:
    23
    Hi guys,
    I have a nasty problem here; when I build my project for Android, everything runs smoothly but when I do it for iOS... boom!
    The app crashes always to ssl_write_alpn_ext and I don't have any idea what is calling that.
    I'll attach a picture of the thread.

    Unity-iPhone_xcodeproj.png

    Any help is much appreciated.

    Cheers,

    Diego
     
  2. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,732
    Try to upgrade to the latest patch release.
    If the problem is stil there, please report a bug.
     
  3. hyphenbash

    hyphenbash

    Joined:
    Dec 31, 2018
    Posts:
    20
    @Aurimas-Cernius Isn't this issue related to TLS-ALPN support? Do you mean Unity now supports ALPN even though .net standard 2.0 doesn't? Or I might have judged too soon and the reported issue relates to something else...