Dear All,
I have a problem with Native iOS App after the upgrade of SUP 2.2 SP5 to SMP 2.3 SP7.
After the upgrade I have regenerate the source code from SDK2.3 for the App and I have updated the libraries necessary in Xcode project.
After this when I try to use the App I can see that the connection arrive at SMP because the related Application Connection has status "Online" but I have a problem in Replication profile because I don't receive the message "You are online" during registration / connection to SMP. In XCODE Log I can see these records:
2015-12-29 14:11:31.446 xxxxxxxx1[3219:1523464] =================================================
2015-12-29 14:11:31.446 xxxxxxxx1[3219:1523464] onConnectionStatusChanged: status = 103, code = 0, message =
2015-12-29 14:11:31.446 xxxxxxxx1[3219:1523464] =================================================
2015-12-29 14:11:32.636 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:32.636 xxxxxxxx1[3219:1523464] onApplicationSettingsChanged: names = [Default - 1]
2015-12-29 14:11:32.636 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:32.675 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:32.675 xxxxxxxx1[3219:1523464] onApplicationSettingsChanged: names = [Default - 1]
2015-12-29 14:11:32.675 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:33.000 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:33.000 xxxxxxxx1[3219:1523464] onApplicationSettingsChanged: names = [Default - 1]
2015-12-29 14:11:33.000 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:33.236 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:11:33.236 xxxxxxxx1[3219:1523464] onApplicationSettingsChanged: names = [/var/mobile/Containers/Data/Application/78043499-C508-44A7-A1B8-1348461C8931/Documents/xxxxxxxx1_v7_trustedCertificates.crt]
2015-12-29 14:11:33.236 xxxxxxxx1[3219:1523464] ================================================
2015-12-29 14:13:10.467 xxxxxxxx1[3219:1523223] =================================================
2015-12-29 14:13:10.488 xxxxxxxx1[3219:1523223] onConnectionStatusChanged: status = 104, code = 0, message = (null)
2015-12-29 14:13:10.531 xxxxxxxx1[3219:1523223] =================================================
2015-12-29 14:13:10.564 xxxxxxxx1[3219:1523465] =================================================
2015-12-29 14:13:10.565 xxxxxxxx1[3219:1523465] onConnectionStatusChanged: status = 105, code = 0, message =
2015-12-29 14:13:10.565 xxxxxxxx1[3219:1523465] =================================================
2015-12-29 14:13:10.654 xxxxxxxx1[3219:1523464] =================================================
2015-12-29 14:13:10.654 xxxxxxxx1[3219:1523464] onConnectionStatusChanged: status = 105, code = 0, message =
2015-12-29 14:13:10.654 xxxxxxxx1[3219:1523464] =================================================
Seems that the SMP required a certificate "/var/mobile/Containers/Data/Application/78043499-C508-44A7-A1B8-1348461C8931/Documents/xxxxxxxx1_v7_trustedCertificates.crt" but I don't have setted the certificate in SMP and in the App. In SUP2.2 this application runs correctly.
Below you can see how I have valorized the NetworkStreamParam:
[sp setNetworkStreamParams: @"trusted_certificates=;compression=none;url_suffix=/ias_relay_server/client/rs_client.dll/xxxxxxxx1.05RBS"];
I have also try to search a solution in the standard documentation but the http://infocenter.sybase.com/ website is down from 5 days.
Could you help to resolve this problem ?
Many thanks.
Regards.
--
Roberto