Questions tagged [ionicsecurity]

Questions related to the Ionic Security (Ionic.com) data trust platform.

Ionic Security provides internet scale data protection as a service. The ionicsecurity tag should be used to organize conversations around how to use Ionic's SDKs, apis, and other tools.

For documentation and access to a free trial account, visit: https://dev.ionic.com/

Ionic Security was acquired by Twilio in 2021

4 questions
2
votes
1 answer

Ionic Security SDK version

is there a way for a dev or QA person to list/verify the Ionic SDK version installed? I’ve seen the PKG-INFO file on my local system (Mac with the Python 1.5.0+7 SDK). However, I wanted to see if there was an elegant way to do this similar…
1
vote
1 answer

What prevents the Ionic Security javascript SDK from being loaded by websites of malicious actors?

The Ionic JS SDK documentation mentions that the postMessage API is used to communicate with an iframe running core SDK code. Device profiles are kept in localStorage scoped to the origin of the iframe. What prevents the SDK JS code (and subsequent…
turtlemonvh
  • 9,149
  • 6
  • 47
  • 53
1
vote
1 answer

Error code 9216 when attempting to access keychain password in LaunchAgent

There are several other questions that discuss accessing the keychain from LaunchAgents. One of the key ones is here where joensson mentions that you need to set a in your app plist. I have done that, and now my application plist…
turtlemonvh
  • 9,149
  • 6
  • 47
  • 53
0
votes
1 answer

IONIC ignore network_security_config.xml because wanted to get data from different server

I have somewhat wired requirement, I have developed one mobile application that I will be delivered to different customers. And that app will exchange data with the customer local server. But in this, while creating the APK build we are hardcoding…