-
Notifications
You must be signed in to change notification settings - Fork 4
iOS Cordova - initializeSDKs callbacks not executed #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ninaDeimos , codes seem fine. and serials "initializing" logs means that every sdk is initialized successfully. To check if mamsdk works fine, just configure some policy and check if it works as expected. Such as "block camera", and if you try to open Camera when you configure it with "true", app will show a alert message |
Hi @ShawnInTibco , thank you for the answer. |
happy to know you have find a way to make it work.
|
Actually I tried that (as I commented in the other ticket), but that didn't work. That callback was never called either. |
sorry for that. |
Uh oh!
There was an error while loading. Please reload this page.
I am using the Cordova Plugins for iOS and followed the integration guide.
I am trying to initialize the SDKs like this
But neither the success callback nor the failure callback are ever executed.
I checked the Device Logs but I would like to help to interpret it.
devicelog.log
E.g. do logs like
CTXMAMCoreFramework, 10, 2, /Users/jenkins/jenkins/workspace/iossdk_ctxmamcore_Release_24.5.0/CTXMAMCore/DataStorage/CTXMAMKeychainInterface.m, -[CTXMAMKeychainInterface deleteData:accessGroup:serviceName:accessibleAttribute:error:], 1012, Status: -25300, error: The item cannot be found..
or
CTXMAMCoreFramework, 3, 1, /Users/jenkins/jenkins/workspace/iossdk_ctxmamcore_Release_24.5.0/CTXMAMCore/DataStorage/CTXMAMDataStorage.m, -[CTXMAMDataStorage p_deleteKeychainDataForHashedName:], 914, ConfigManagerAuthVault: Unable to delete data. BackgroundAccessError = Error Domain=Citrix Code=-25300 "The item cannot be found." UserInfo={NSLocalizedDescription=The item cannot be found.}; NoBackgroundAccessError = Error Domain=Citrix Code=-25300 "The item cannot be found." UserInfo={NSLocalizedDescription=The item cannot be found.}
or
[WSSLv0.5.0][V]: [DSv0.2.7] Vault: SZ3M2Z456W.com.citrix.mdx/MAMSDKSharedDataOUMDqbtNfhrjKfCGQ3MxahpyXiIlyZrwaN7UGGFJ0MI-yeKData, exists?1, accessible?1, data-loaded?1 (load-result:1), error:(null)
or
[WSSLv0.5.0][V]: [DSv0.2.7] Vault: SZ3M2Z456W.com.citrix.mdx/MAMSDKSharedData, exists?0, accessible?1, data-loaded?0 (load-result:1), error:Error Domain=Citrix Code=-25300 "The item cannot be found." UserInfo={NSLocalizedDescription=The item cannot be found.}
mean, there is a problem with my keychain access configuration?
But after these logs I still see
so it looks like the initialization is triggered, but never finishes?
And after that I don't see any logs for Citrix anymore at all.
Can someone help my find the issue?
The text was updated successfully, but these errors were encountered: