Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SDKs for Objective-C and C++ provide support for libc++ and libstdc++, but libc++ is now preferred.

For OS X and Cocoa, the Ice Touch run time is no longer built with garbage collection support. The use of automatic reference counting (ARC) is now preferred over garbage collection. If you need garbage collection for your Ice Touch OS X applications, you will need to build Ice Touch from source.

Ztop

Known problems in Ice Touch 1.3.1

On iOS devices, connection establishment occasionally hangs when using the SSL transport. This problem occurs in particular with the Ice Touch test suite which opens a large number of connections over the loopback interface. We have never experienced this problem outside the test suite environment. If you are using the SSL transport, we recommend setting the Ice.Overidde.ConnectTimeout property to a reasonable timeout value to work-around this issue. If you built Ice Touch from source and run the tests with SSL enabled, you might experience some test failures because of this issue. We have submitted a test case to Apple to try to solve this problem.

Ztop

Upgrading your application from previous Ice Touch versions

...