Skip to content

Privacy

The privacy of your users is our first priority. That's why Capawesome Cloud can be used fully GDPR-compliant. Read on to find out what data we collect and how you can protect the privacy of your users by choosing the location of our servers.

Data Collection

Capawesome Cloud does only collect the data that is necessary to provide the Live Updates feature. This includes the following information:

  • App ID: A unique identifier for your app that is used to associate the app with the correct account.
  • App Version Code: The version code of the app that is used to determine which updates are compatible with the app.
  • App Version Name: The version name of the app that is used for display purposes.
  • Platform: The platform (iOS, Android) of the app that is used to determine which updates are compatible with the app.
  • Device ID: A unique identifier for the device that is used to deliver updates to a specific device and for billing purposes. This identifier is a random string that is created when the app is started for the first time.
  • Bundle ID: The unique identifier for the bundle that is currently installed on the device.
  • Channel Name: The name of the channel that is selected to receive updates.
  • OS Version: The version of the operating system that is used to determine which updates are compatible with the device.
  • Plugin Version: The version of the Capacitor Live Update plugin that is used to deliver updates to the device.

You can verify the data that is collected by inspecting the source code of the Capacitor Live Update plugin, which is open-source and available on GitHub.

Location

As you can see above, we generally do not collect any personal data but only transmit information that is required to provide the Live Updates. However, we take this one step further and offer our customers the option of using a European cloud in line with the motto "EU-based & hosted" as a European company. This way, you can ensure that not even connection information such as IP addresses leave the European Union.

To use the European cloud, simply set eu as the location when configuring the Capacitor Live Update plugin in the Capacitor Configuration file:

{
  "plugins": {
    "LiveUpdate": {
      "location": "eu"
    }
  }
}

This way, all data is transmitted to our servers in the European Union. Feel free to check out this Hosting Report to see where our servers are located.

If you do not specify a location, the default location is used, which is the United States. You can find more information about our privacy practices in our Privacy Policy.