{"id":19935661,"url":"https://github.com/gameanalytics/ga-sdk-corona","last_synced_at":"2025-10-12T23:17:07.148Z","repository":{"id":70083256,"uuid":"69646672","full_name":"GameAnalytics/GA-SDK-CORONA","owner":"GameAnalytics","description":"Public repository for the Corona SDK.","archived":false,"fork":false,"pushed_at":"2022-02-22T13:56:13.000Z","size":5688,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-12T23:17:03.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GameAnalytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-30T07:58:55.000Z","updated_at":"2022-01-10T09:21:29.000Z","dependencies_parsed_at":"2023-03-01T17:45:29.597Z","dependency_job_id":null,"html_url":"https://github.com/GameAnalytics/GA-SDK-CORONA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GameAnalytics/GA-SDK-CORONA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameAnalytics%2FGA-SDK-CORONA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameAnalytics%2FGA-SDK-CORONA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameAnalytics%2FGA-SDK-CORONA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameAnalytics%2FGA-SDK-CORONA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GameAnalytics","download_url":"https://codeload.github.com/GameAnalytics/GA-SDK-CORONA/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameAnalytics%2FGA-SDK-CORONA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013461,"owners_count":26085274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:21:15.006Z","updated_at":"2025-10-12T23:17:07.121Z","avatar_url":"https://github.com/GameAnalytics.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"GA-SDK-CORONA\n==========\n\nThis repository contains the documentation for GameAnalytics Corona SDK (now known as Solar2D SDK).\n\nDocumentation can be found [here](https://gameanalytics.com/docs/item/solar2d-sdk).\n\nIf you have any issues or feedback regarding the SDK, please contact our friendly support team [here](https://gameanalytics.com/contact).\n\n**NOTE:** this is just a sample app and does not contain the latest version of the SDK. Please go to the [documentation](https://gameanalytics.com/docs/item/solar2d-sdk) to find out how to integrate the SDK.\n\n\u003e :information_source:\n\u003e Requirements: \n\u003e\n\u003e **Corona:** 2016.2949 and up\n\u003e\n\u003e **Supported platforms:** Android and iOS   \n\u003e   \n\u003e **Build size:**   \n\u003e Note that download size differ from the actual build size.   \n\u003e   \n\u003e **Android:**   \n\u003e The SDK build size in a native Android app is only around **49Kb** and the dependecies take up to **820Kb** depending if your app already uses some of the same dependencies.   \n\u003e   \n\u003e **iOS:**   \n\u003e The SDK build size in a native iOS app is only around **242Kb** (armv7) / **259Kb** (armv8).\n\nChangelog\n---------\n\u003c!--(CHANGELOG_TOP)--\u003e\n**4.2.5**\n* fixed bug in internal error reproting\n\n**4.2.4**\n* added event uuid to events sent\n\n**4.2.3**\n* removed imei identifiers and other alternative identifiers from user identifier logic (android)\n\n**4.2.2**\n* added error events to be sent for invalid custom event fields used\n* added optional mergeFields argument to event methods to merge with global custom fields instead of overwrite them\n\n**4.2.1**\n* fixed missing custom event fields for when trying to fix missing session end events\n\n**4.2.0**\n* added global custom event fields function to allow to add custom fields to events sent automatically by the SDK\n\n**4.1.1**\n* added functionality to force a new user in a/b testing without having to uninstall app first, simply use custom user id function to set a new user id which hasn't been used yet\n\n**4.1.0**\n* added custom event fields feature\n\n**4.0.0**\n* Changed user identifier logic in preparation for Google changes to GAID. User id for a new install is now a randomised GUID. Existing installs that update SDK will continue using previous identifier logic. It is recommended to update as soon as possible to reduce impact on calculated metrics.\n\n**3.4.1**\n* it should now be possible to not show idfa consent dialog if you don't have any third party code that needs to use idfa (ios)\n* prepared for google advertising identifier changes (will not use google advertising identifier when user has opted out) (android)\n\n**3.4.0**\n* added impression event function\n\n**3.3.8**\n* added idfa consent status field to events\n\n**3.3.7**\n* updated client ts validator\n\n**3.3.6**\n* fixed dependencies for iOS\n\n**3.3.5**\n* fixed ad event bug\n\n**3.3.4**\n* removed memory info from automatic crash reports\n\n**3.3.3**\n* corrected ad event annotation\n\n**3.3.2**\n* fixed dupplicate symbols for ios (ios)\n\n**3.3.1**\n* improved user identifier flow for ios (ios)\n\n**3.3.0**\n* added ad event\n\n**3.2.0**\n* updated user identifier flow to prepare for iOS 14 IDFA changes (ios)\n\n**3.1.1**\n* fixed progression events with scores (android)\n\n**3.1.0**\n* exposed functions to get AB testing id and variant id\n\n**3.0.6**\n* added session_num to init requests\n\n**3.0.5**\n* removed facebook, gender and birthyear methods\n* added auto detect app version for build field option\n\n**3.0.4**\n* A/B testing fixes\n\n**3.0.3**\n* fixed getRemoteConfigsValueAsString bug (ios)\n\n**3.0.2**\n* remote configs fixes\n\n**3.0.1**\n* fixed events bug (ios)\n\n**3.0.0**\n* Remote Config calls have been updated and the old calls have deprecated. Please see GA documentation for the new SDK calls and migration guide\n* A/B testing support added\n\n**2.2.2**\n* removed .orig files for ios\n\n**2.2.1**\n* fixed missing event submission toggle method for android\n\n**2.2.0**\n* added error reporing toggle method\n\n**2.1.0**\n* added enable/disable event submission function\n\n**2.0.1**\n* fixed business event validation\n\n**2.0.0**\n* added command center functionality\n\n**1.1.4**\n* fixed session handling for android\n* added custom dimensions to design and error events\n\n**1.1.3**\n* various bug fixes\n\n**1.1.2**\n* fixed session length bug\n* fixed not allowing to add events when session is not started\n\n**1.1.1**\n* IMEI bug fixes (android)\n\n**1.1.0**\n* changed the behaviour of using IMEI with the 'READ_PHONE_STATE' permission to guarantee precise analytics for certain regions\n\n**1.0.6**\n* bug fix for end session when using manual session handling\n\n**1.0.5**\n* session length precision improvement\n\n**1.0.4**\n* bug fix to google AID fallback (android)\n\n**1.0.3**\n* bug fix for resource events (android)\n* added bundle id, app version, app build number\n* added app signature and channel id (which app store was the app installed from) (android)\n* added IMEI as fallback option for identifier when Google AID and Android ID is not available on the device (requires to add optional READ_PHONE_STATE permission) (andorid)\n\n**1.0.2**\n* possible to set custom dimensions and demographics before initialise\n\n**1.0.1**\n* fix progression event for default values for unused progression field (ios)\n\n**1.0.0**\n* Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameanalytics%2Fga-sdk-corona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgameanalytics%2Fga-sdk-corona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameanalytics%2Fga-sdk-corona/lists"}