IPv6 & Apple

Scott Rossi scott at tactilemedia.com
Tue Aug 23 00:02:38 EDT 2016


Hi Charles:

The app makes database calls using the following structure.

put "198.01.234.56:1234" into tDatabaseAddress
   put "dbname_" into tDatabaseName
   put "dbuser" into tDatabaseUser
   put "dbpassword" into tDatabasePassword
   put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName,
tDatabaseUser, tDatabasePassword) into tResult


I have ATS disabled in the standalone because we don't currently have an
HTTPS server. The error displayed in Apple's screenshot was my simple
error message stating it was unable to connect to the database.  I need to
go back now and figure out if there's some missed issue with the code.
But it concerns me if Apple is testing the app in some way that I don't
have a means to reproduce.  I'm not very knowledgable in server matters so
any advice is appreciated.


Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 8/22/16, 8:22 PM, "use-livecode on behalf of Charles Warwick"
<use-livecode-bounces at lists.runrev.com on behalf of
charles at techstrategies.com.au> wrote:

>Hi Scott,
>
>On 23/08/2016 7:07 am, Scott Rossi wrote:
>> Does anyone have any experience with this?  The backend database guy I'm
>> working with thinks this is a hosting issue (host needs to support
>>IPv6).
>> Will switching to a host that supports the new protocol allow us to
>> troubleshoot/fix this?
>
>You do not require a server that supports IPv6 to resolve the issue.
>
>Apple are only enforcing that the client app works on a device that is
>operating on a IPv6 only network, not that the app only connects to IPv6
>servers.  Your app can still connect to IPv4 networks, as the IPv6 only
>network provider will have DNS64/NAT64 translation in place for
>connecting to IPv4 networks.
>
>The problem will usually be because you are using hard-coded IPv4 IP
>addresses rather than relying on DNS to resolve any hostnames, or that
>you are using some networking component that doesn't support IPv6 in
>your app.  What sort of network calls are you making from your app, are
>they only HTTP/HTTPS?
>
>Regards,
>
>Charles
>
>
>> Thanks & Regards,
>>
>> Scott Rossi
>> Creative Director
>> Tactile Media, UX/UI Design






More information about the use-livecode mailing list