Important: If you are unable to resolve your developer-related question via our public Help Center articles, please visit the Developer Dashboard here. Within the developer dashboard, you will be able to submit a support ticket that will be answered by our dedicated team.
We’re excited to announce that we've released a new integration of the SDK webviews.
What's new?
Based on feedback from our clients, we've simplified the way we integrate our SDK webviews. We’ve streamlined the data encryption step as well as the generation of the encrypted and signed URL.
User accounts are now created using a new web service to be called server-to-server and using HTTPS end-to-end encryption to protect personal information. Additionally, Device Setup Webviews is simply opened by providing valid access and csrf tokens as is currently done for Device Settings Webviews.
See the full documentation for the SDK.
Device Setup WebViews
Device Settings WebViews
Am I impacted?
No. There is no breaking change. The previous integration will continue to work properly. We strongly recommend that you switch to the new integration and incorporate this change as part of your next application release.
How can I switch from a previous implementation?
The new requirements to handle webviews are documented here.