We have an iOS application, which can register user with SMP up to iOS 10 version with Xcode 8.
But, with the same iPA or same source code we are unable to register in iOS 11 beta 4 device.
The device log says as follows:
Jul 28 20:08:43 iPhone securityd[102] <Notice>: (null): will-commit api 1 changes, txn=<SecDbConnection rw open>, 0x11de0b800
Jul 28 20:08:43 iPhone Myapp(Security)[272] <Notice>: init RSAPublicKey key: -50
Jul 28 20:08:43 iPhone Myapp(Security)[272] <Notice>: The operation couldn\M-b\M^@\M^Yt be completed. (OSStatus error -50 - RSA public key creation from data failed)
Jul 28 20:08:43 iPhone Myapp[272] <Notice>: [ERROR] [SUPApplication.m:1477] error @ registerApplication MessagingClientException {
ErrorCode = 516;
ErrorMessage = "";
}
Can some one kindly help on this?