iOS Question app rejected because of explicit IP?

zak

Member
Licensed User
Longtime User
Hello. I wrote an app that in some mode connects to a server over the internet (on Bluehost) using HttpJob, PostString and then JobDone sub... and in another mode to an ESP8266 serially connected to a PIC, and operating as a client using the below command:
client.Connect("192.168.4.1", 5432, 4000)
All working flawlessly as expected.
However when I submitted my app to the apple store it got rejected:
"We discovered one or more bugs in your app when reviewed on iPad running iOS 11.0.3 on Wi-Fi connected to an IPv6 network."
could it be because of the explicit IP or the HttpJob? if so how to connect my Ipad to ESP8266 as a client and send data using astream.Write?
 
Top