libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

ios gdx-pay NAT64 network support #153

Closed gemorg closed 6 years ago

gemorg commented 6 years ago

I'm using gdx-pay in my libgdx application and apple rejected my application because they can't take a purchase when device connected to ipv6-only wi-fi.

I'm using:

I was find this closed issue. But I did not understand how to solve this problem.

noblemaster commented 6 years ago

This is not related to gdx-pay. You need to connect to a DNS address, not IPv4 address.

Wrong (won't work over IPv6): 102.3.0.137 Correct: myserver.domain.com