The VWO SDK provides built-in functionality of some key services like logging, and User Storage Service. These services are generic in nature and are fully extendable. The default implementation of these services is good for experimenting with things.
For production, we encourage you to learn about these services and recommend implementing your own per your business requirements.
- Environment: Configure your environment mode. The default is set to production.
- Logger: Configure how an SDK logs messages when certain events occur.
- User Storage Service: Configure how to save and look up stored data and SDK will use it.
- Configure Polling
- Configure Event Batching: Configure how and when to send impression events as a batch request