Hello Apple Support team,
Steps tried out till now to resolve the scan issue for POS machines(Android Devices) in iOS 15.x:
- Changed UDP Listener’s Port Numbers according to the mentioned port numbers on Apple’s website.
- Checked the Network Framework provided by Apple for any related methods/properties that can resolve the issue.
- Updated the Deployment target from iOS 13.x to iOS 15.x for POSLib SDK in order to set the Network’s parameter attribution to the user so that networking performed using these parameters is directed to content specified by the user, not the developer.
As per the R&D done till now, it appears the UDP connection is established properly and data is sent to the server but when we receive the data it is nil and also connection is cancelled.
Thanks & Regards