{"id":21807089,"url":"https://github.com/appmonet/appmonet-ios-sdk","last_synced_at":"2025-03-21T08:13:43.098Z","repository":{"id":136965447,"uuid":"306385884","full_name":"AppMonet/appmonet-ios-sdk","owner":"AppMonet","description":"Appmonet iOS Bidder SDK","archived":false,"fork":false,"pushed_at":"2020-10-23T13:26:33.000Z","size":939,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-26T04:42:44.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppMonet.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":"2020-10-22T15:46:51.000Z","updated_at":"2020-10-23T13:27:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b8f5852-d527-4ebb-964f-976f3c6c8fdb","html_url":"https://github.com/AppMonet/appmonet-ios-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Fappmonet-ios-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Fappmonet-ios-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Fappmonet-ios-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMonet%2Fappmonet-ios-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppMonet","download_url":"https://codeload.github.com/AppMonet/appmonet-ios-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759961,"owners_count":20505716,"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","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-27T12:36:44.045Z","updated_at":"2025-03-21T08:13:43.072Z","avatar_url":"https://github.com/AppMonet.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://appmonet.com/\"\u003e\n    \u003cimg src=\"images/appmonet.png\" alt=\"Logo\" \u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eAppMonet iOS SDK\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Add header bidding and additional demand partners\u003cbr /\u003ein banner, interstitial, and native ads!\n    \u003cbr /\u003e\n    \u003ca href=\"https://docs.appmonet.com/docs/get-started-with-appmonet\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/AppMonet/appmonet-ios-sdk/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/AppMonet/appmonet-ios-sdk/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n* [About the Project](#about-the-project)\n* [Getting Started](#getting-started)\n  * [Installation](#installation)\n* [Contributing](#contributing)\n* [License](#license)\n\n## About The Project\n\n\n![Architecture][architecture-screenshot]\n\n\nThis repository contains the code for the [AppMonet android SDK](http://appmonet.com/). This SDK lets app developers add header bidding and additional demand partners in banner, interstitial, and native ads. There are currently 3 variants of the SDK:\n\n- MoPub: integration into the MoPub adserver \u0026 SDK. Allows AppMonet to bid into MoPub to provide header-bidding competition.\n- GAM/AdMob: header bidding and mediation integrations with GAM and AdMob.\n- Standalone/\"Bidder\": for use with custom adservers/mediation SDKs, or with AppMonet as the primary adserver. (**Not open-sourced at the moment**)\n\nFor more information on integrating the AppMonet SDK into your app, please see the [AppMonet Docs](https://docs.appmonet.com/docs)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Installation\n\n1. Clone the repo \n```sh\ngit clone https://github.com/AppMonet/appmonet-ios-sdk.git\n```\n2. Go into the project and run:\n```sh\npod update\npod install\n```\n3. Choose a target\n    - App_DFP -\u003e builds with AppMonet_Dfp\n      - Copy KEYS-Sample.plist as KEYS.plist.\n      - Change bannerAdUnit value to a valid gam banner id\n      - Change interstitialAdUnit value to a valid gam interstitial id\n    - App_Admob -\u003e builds with AppMonet_Dfp\n    - App_Mopub -\u003e builds with AppMonet_Mopub\n4. Build\n\n\n## Contributing\n\nContributions are welcomed! Feel free to offer suggestions and fixes to make our SDK better!\n\n1. Fork the Project\n2. Create your Feature or Fix Branch (`git checkout -b feature/branch_name` / `git checkout -b fix/branch_name`)\n3. Commit your Changes (`git commit -m 'Add some awesome code'`)\n4. Push to the Branch (`git push origin feature/branch_name`/ `git push origin fix/branch_name`)\n5. Make sure all checks pass.\n6. Open a Pull Request\n\n## License\nFor full license, vist [https://appmonet.com/legal/sdk-license/](https://appmonet.com/legal/sdk-license/).\n\n\n[architecture-screenshot]: images/architecture.png\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmonet%2Fappmonet-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappmonet%2Fappmonet-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmonet%2Fappmonet-ios-sdk/lists"}