{"id":25936846,"url":"https://github.com/chartboost/chartboost-mediation-unity-adapter-ironsource","last_synced_at":"2026-02-24T22:02:15.880Z","repository":{"id":252287918,"uuid":"790351754","full_name":"ChartBoost/chartboost-mediation-unity-adapter-ironsource","owner":"ChartBoost","description":"The Chartboost Mediation Unity SDK Adapter for IronSource.","archived":false,"fork":false,"pushed_at":"2025-11-12T23:45:43.000Z","size":36,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-13T00:57:38.596Z","etag":null,"topics":["ads","android","chartboost","csharp","ios","ironsource","mediation","unity"],"latest_commit_sha":null,"homepage":"https://www.chartboost.com/mediate","language":"C#","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/ChartBoost.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-22T18:11:29.000Z","updated_at":"2025-11-12T23:45:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c780281-7b37-4bd3-b289-7c8dccbe61ef","html_url":"https://github.com/ChartBoost/chartboost-mediation-unity-adapter-ironsource","commit_stats":null,"previous_names":["chartboost/chartboost-mediation-unity-adapter-ironsource"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/ChartBoost/chartboost-mediation-unity-adapter-ironsource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-mediation-unity-adapter-ironsource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-mediation-unity-adapter-ironsource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-mediation-unity-adapter-ironsource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-mediation-unity-adapter-ironsource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChartBoost","download_url":"https://codeload.github.com/ChartBoost/chartboost-mediation-unity-adapter-ironsource/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-mediation-unity-adapter-ironsource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28821626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ads","android","chartboost","csharp","ios","ironsource","mediation","unity"],"created_at":"2025-03-04T02:54:52.351Z","updated_at":"2026-02-24T22:02:15.872Z","avatar_url":"https://github.com/ChartBoost.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chartboost Mediation Unity SDK - IronSource Adapter\r\n\r\nProvides a list of externally configurable properties pertaining to the partner SDK that can be retrieved and set by publishers. \r\n\r\nDependencies for the adapter are now embedded in the package, and can be found at `com.chartboost.mediation.unity.adapter.ironsource/Editor/IronSourceAdapterDependencies.xml`.\r\n\r\n# Installation\r\n\r\n## Using the public [npm registry](https://www.npmjs.com/search?q=com.chartboost.mediation.unity.adapter.ironsource)\r\n\r\nIn order to add the Chartboost Mediation Unity SDK - IronSource Adapter to your project using the npm package, add the following to your Unity Project's ***manifest.json*** file. The scoped registry section is required in order to fetch packages from the NpmJS registry.\r\n\r\n```json\r\n\"dependencies\": {\r\n    \"com.chartboost.mediation.unity.adapter.ironsource\": \"5.2.2\",\r\n    ...\r\n},\r\n\"scopedRegistries\": [\r\n{\r\n    \"name\": \"NpmJS\",\r\n    \"url\": \"https://registry.npmjs.org\",\r\n    \"scopes\": [\r\n    \"com.chartboost\"\r\n    ]\r\n}\r\n]\r\n```\r\n## Using the public [NuGet package](https://www.nuget.org/packages/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource)\r\n\r\nTo add the Chartboost Mediation Unity SDK - IronSource Adapter to your project using the NuGet package, you will first need to add the [NugetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) package into your Unity Project.\r\n\r\nThis can be done by adding the following to your Unity Project's ***manifest.json***\r\n\r\n```json\r\n  \"dependencies\": {\r\n    \"com.github-glitchenzo.nugetforunity\": \"https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity\",\r\n    ...\r\n  },\r\n```\r\n\r\nOnce \u003ccode\u003eNugetForUnity\u003c/code\u003e is installed, search for `Chartboost.CSharp.Mediation.Unity.Adapter.IronSource` in the search bar of Nuget Explorer window(Nuget -\u003e Manage Nuget Packages).\r\nYou should be able to see the `Chartboost.CSharp.Mediation.Unity.Adapter.IronSource` package. Choose the appropriate version and install.\r\n\r\n# AndroidManifest.xml Permissions \u0026 Activities\r\n\r\nAdd the following mandatory permissions to your `AndroidManifest.xml` file inside the manifest tag but outside the \u003capplication\u003e tag:\r\n\r\n```xml\r\n\u003cuses-permission android:name=\"android.permission.INTERNET\" /\u003e\r\n\u003cuses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" /\u003e\r\n```\r\n\r\nAdd this section inside the \u003capplication\u003e tag in your AndroidManifest:\r\n\r\n```xml\r\n        \u003cactivity\r\n            android:name=\"com.ironsource.sdk.controller.ControllerActivity\"\r\n            android:configChanges=\"orientation|screenSize\"\r\n            android:hardwareAccelerated=\"true\" /\u003e\r\n        \u003cactivity\r\n            android:name=\"com.ironsource.sdk.controller.InterstitialActivity\"\r\n            android:configChanges=\"orientation|screenSize\"\r\n            android:hardwareAccelerated=\"true\"\r\n            android:theme=\"@android:style/Theme.Translucent\" /\u003e\r\n        \u003cactivity\r\n            android:name=\"com.ironsource.sdk.controller.OpenUrlActivity\"\r\n            android:configChanges=\"orientation|screenSize\"\r\n            android:hardwareAccelerated=\"true\"\r\n            android:theme=\"@android:style/Theme.Translucent\" /\u003e\r\n        \u003cactivity\r\n            android:name=\"com.ironsource.mediationsdk.testSuite.TestSuiteActivity\"\r\n            android:configChanges=\"orientation|screenSize\"\r\n            android:hardwareAccelerated=\"true\"\r\n            android:theme=\"@android:style/Theme.NoTitleBar\" /\u003e\r\n        \u003cprovider\r\n            android:name=\"com.ironsource.lifecycle.IronsourceLifecycleProvider\"\r\n            android:authorities=\"${applicationId}.IronsourceLifecycleProvider\" /\u003e\r\n```\r\n\r\n# Usage\r\nThe following code block exemplifies usage of the `IronSourceAdapter.cs` configuration class.\r\n\r\n## IPartnerAdapterConfiguration Properties\r\n\r\n```csharp\r\n\r\n// AdapterUnityVersion - The partner adapter Unity version, e.g: 5.0.0\r\nDebug.Log($\"Adapter Unity Version: {IronSourceAdapter.AdapterUnityVersion}\");\r\n\r\n// AdapterNativeVersion - The partner adapter version, e.g: 5.8.0.0.0\r\nDebug.Log($\"Adapter Native Version: {IronSourceAdapter.AdapterNativeVersion}\");\r\n\r\n// PartnerSDKVersion - The partner SDK version, e.g: 8.0.0\r\nDebug.Log($\"Partner SDK Version: {IronSourceAdapter.PartnerSDKVersion}\");\r\n\r\n// PartnerIdentifier - The partner ID for internal uses, e.g: ironsource\r\nDebug.Log($\"Partner Identifier: {IronSourceAdapter.PartnerIdentifier}\");\r\n\r\n// PartnerDisplayName - The partner name for external uses, e.g: IronSource\r\nDebug.Log($\"Partner Display Name: {IronSourceAdapter.PartnerDisplayName}\");\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchartboost%2Fchartboost-mediation-unity-adapter-ironsource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchartboost%2Fchartboost-mediation-unity-adapter-ironsource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchartboost%2Fchartboost-mediation-unity-adapter-ironsource/lists"}