Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Where Exploratory Testing Begins
Where Exploratory Testing Begins
Every acquaintance with a new project begins with the preparation of an exploratory document. This document may also be called a foundation, which is built to ensure convenient and structured work with a particular application. It contains several core sections that allow, at a glance, to get familiar with the specifics, the primary tasks, and the main issues of the application.
Let us walk through these sections to understand what makes up the most important preparatory stage of any exploratory testing.
1. Agenda
The first section contains all the necessary information about:
• where to find the application (links to Google Drive, links to the program in the stores);
• how to work with the application (guides, documents, scenarios);
• where to test the application (test environments, bug trackers);
• other details and hints (cheats, passwords, keys, accounts).
Example layout of the Agenda section
This part of the document is the starting point for every tester who opens the project for the first time. If designed correctly, the Agenda saves time, avoids confusion, and provides a clear roadmap for accessing the product and the tools surrounding it.
2. Testplan
Another obligatory element is the preparation of a test plan.
This includes the following tasks:
• Defining project tasks (documentation creation, performance testing, exploratory testing, network testing);
• Determining the timelines to be spent on the work (exact dates or hours);
• Distributing responsibilities among testers (who will take on which task).
Example layout of the Testplan section
The purpose of the Testplan is to break down the project into manageable parts and organize all the top-priority tasks, assigning responsibilities and estimated completion times. In this way, everyone involved understands what is expected, what deadlines exist, and what must be done.
Thus, the Testplan allows testers to structure the project into clear steps, lay out responsibilities, and track progress effectively.
3. Devices
Next, it is necessary to determine which devices will be used for testing. First, list all devices available in the company’s device library. Then, within this list, highlight different devices for the testing tasks.
These may include tablets or smartphones that vary in technical specifications, OS versions, firmware, screen resolutions, screen sizes, and operating systems. The broader and more varied this list is, the more comprehensive the application testing will be.
Example layout of the Devices section
The Devices section not only helps define which devices will be used as testing tools but also serves to identify the weak spots of the application later, based on the characteristics of the chosen models.
4. Checklist
Another crucial step is the preparation of a checklist.
A checklist in testing is a structured list containing a set of checks for the application’s functionality. During testing, serious details can sometimes be overlooked, which means missing bugs and incomplete coverage.
The most convenient approach is to divide the checklist by mechanics: lobby, tutorial, gameplay, settings, etc. This allows testers to orient themselves within the app more easily. The checklist should preferably be formatted in a unified style. For example, either use only verbs (“collect,” “add,” “expand”) or only nouns (“collection,” “addition,” “expansion”).
Once the checklist is created, the tester begins verifying items according to the list. If, for some reason, an item cannot be completed, the tester should add a comment explaining the reason (requires long playthrough, cheats needed, test payments not connected, etc.).
If the check is successful, statuses are marked: “passed,” “failed,” “blocked,” “skipped,” or highlighted with corresponding colors (e.g., green for success, pink for failure). For convenience, the tester can also note the bug ID number, which will later be described in the “Bugs” section.
A checklist should not be excessively large. It must include only positive scenarios that allow covering the main functionality of the application as efficiently as possible without wasting excessive time. Reference to the GDD (Game Design Document) can help identify which areas of the app are most important to check.
Example layout of the Checklist section
In conclusion, the preparation of a checklist is one of the most responsible steps in preparing for exploratory testing. It not only shows the work progress but also prevents forgetting about important checks.
5. Bugs
The main task of a tester is to find bugs or errors that interfere with the correct operation of the application. Users always have expectations of how the program should work. But expectations and reality do not always align. That is why testing exists — to find as many discrepancies as possible before the release.
When a tester encounters a bug, it must be documented (reported).
Bug reporting usually follows a standard scheme:
• ID number: every bug receives a number for convenience. This also allows linking bug IDs back to the checklist.
• Title: the bug should be described concisely but clearly, usually specifying the problem and the context. For example: “Inventory does not open in the lobby.”
• Platform: Android, iOS, PC.
• Priority: Low, Mid, High, Critical, Blocker.
• Status: Open, Fix Ready, Closed, Not Reproducible, Not a Bug, Needs Rework.
• Steps to reproduce: written as clearly and unambiguously as possible so any tester or developer can reproduce the issue.
• Result: describe the actual result and the expected result. What was supposed to happen, and what actually happened.
• Files: attach screenshots, logs, or videos.
• Comments: often used by developers to note what caused the issue, whether it is indeed a bug, and whether it will be fixed. Testers may also leave remarks here.
Example layout of the Bugs section
Thus, the Bugs section is a kind of detailed report that not only helps fix existing issues but also highlights the weakest points of the app.
6. Performance
Performance testing is a method of determining whether the application is optimized well enough.
• For mobile applications: FPS is measured. Typically, a 10-minute FPS test is performed (unless longer testing is required). A graph is created to show FPS drops, minimum, maximum, and average values. Session duration and current app settings are also noted.
Example of design of the Performance section of mobile applications
• For PC applications: metrics include FPS, RAM usage, CPU load, and GPU load.
Example of the design of the Performance PC applications section
RAM
Graphs show whether memory usage keeps growing over time or whether consumption remains stable.
Example of the design of the Performance PC applications section
GPU load
Here it is important to check how effectively the video card is being used. If the GPU load is consistently 90–99%, then the app is using the graphics card efficiently. However, if the app fails to deliver stable 60 FPS and both CPU and GPU are not fully loaded, then the app is under-optimized.
Example of the design of the Performance PC applications section
CPU load
Similar analysis applies, checking whether the processor is overloaded.
Example of the design of the Performance PC applications section
At this stage, performance bottlenecks are identified. Eliminating them increases the app’s usability and smoothness.
7. Feedback
Feedback, or UX testing (User Experience Testing), is where the tester provides personal impressions and thoughts about the application’s usability.
It is important to provide detailed feedback, including:
• what was liked/disliked from a user perspective;
• which moments felt unusual;
• how this affects gameplay;
• possible solutions to these issues;
• how fixes would change the app and what improvements they would bring.
Example layout of the Feedback section
Feedback provides a subjective perspective, but it helps uncover the effectiveness of the user’s interaction with the product.
8. Network
The Network section makes it possible to artificially influence the state of the connection and observe how the application behaves under different conditions.
First, the tester must decide how they will manipulate the internet connection:
• disconnecting the internet completely;
• switching from Wi-Fi to mobile data;
• simulating unstable connections.
On mobile, this requires a USB Wi-Fi adapter.
Then, testing scenarios may include:
• app startup and loading;
• map/level loading;
• gameplay;
• purchasing in-game items or rewards;
• IAPs (in-app purchases);
• ad viewing.
Example layout of the Network section
This stage allows anticipating and preventing issues that real users might face under poor network conditions, which makes it a critical step of exploratory testing.
9. Reviews
At this stage, testers analyze user reviews in app stores. It is important to focus only on comments pointing to concrete issues or errors.
Examples include:
• app freezing under certain conditions;
• app lagging under certain conditions;
• app crashing under certain conditions;
• broken gameplay mechanics.
After identifying such reviews, testers attempt to reproduce the reported issues.
• If reproducible → document the bug in the “Bugs” section.
• If not reproducible → note that attempts failed, describing what was done.
• If impossible to reproduce for specific reasons → state the reasons (e.g., requires longer playthrough, no access to test payments, etc.).
Example layout of the Reviews section
Conclusion
Now you know that preparing an exploratory document is not a trivial task but rather the primary and foundational step in getting to know the application and its capabilities. Later, this document becomes an essential tool for successful testing and bug detection.
That is why this task should be approached with maximum responsibility, since the overall quality of the testing process directly depends on it.
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
© «SunStrike Studios» 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
«SunStrike Studios» © 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd. 2023
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
© «SunStrike Studios» 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Studios (Cyprus) Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Данный сайт использует Cookie
Редактируемый текст