Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice Touch 1.3.1 compatibility with Ice 3.4.2

Hello,

Our server runs with Ice 3.4.2;
our client should run on iOS7 that's possible with XCode5 and Ice Touch 1.3.1

We understand that Ice Touch 1.3.1 is based on Ice 3.5.1

What changes in code or settings are necessary to make this setup work?

Comments

  • mes
    mes California
    Hi Alex,

    Since Ice 3.5 (and Ice Touch 1.3) use version 1.1 of the Ice encoding by default, you'll need to configure your Ice Touch app to use 1.0 by default instead. You can do this by setting the following property:

    Ice.Default.EncodingVersion=1.0

    Refer to the Ice manual for more details on the encoding changes.

    Regards,
    Mark