socket tcp can not receive data on ios 9

  • I use corona sdk - 2744,xcode 7.0.1 for build ipa file.but the ipa file run good on ios 8 and i can not run on ios 9.0.2.i have smal debug for my follow.this bug is happen at line code :

local data, error, partial = self.tcp:receive()

i can not get data from self.tcp:receive() on ios 9.0.2.

who are you know that.Can help me this issue.Thanks.

It’s possible that Apple could be blocking it with their new ATS features of iOS 9.

See:  https://coronalabs.com/blog/2015/09/17/about-app-transport-security-ats/

Rob

It’s possible that Apple could be blocking it with their new ATS features of iOS 9.

See:  https://coronalabs.com/blog/2015/09/17/about-app-transport-security-ats/

Rob