{"id":19923111,"url":"https://github.com/mapp-digital/mapp-engage-ios-sdk","last_synced_at":"2025-08-28T23:32:56.227Z","repository":{"id":56920882,"uuid":"428228802","full_name":"mapp-digital/Mapp-Engage-iOS-SDK","owner":"mapp-digital","description":"Mapp SDK which provide all functionalities connected with push messages","archived":false,"fork":false,"pushed_at":"2025-07-31T10:19:13.000Z","size":39426,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-13T13:01:05.721Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapp-digital.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-11-15T11:03:47.000Z","updated_at":"2025-07-31T10:11:24.000Z","dependencies_parsed_at":"2024-07-14T15:03:21.317Z","dependency_job_id":"9388bade-c9ed-4a25-b069-c44bf9a0ca96","html_url":"https://github.com/mapp-digital/Mapp-Engage-iOS-SDK","commit_stats":null,"previous_names":["mappcloud/mappsdk"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/mapp-digital/Mapp-Engage-iOS-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapp-digital","download_url":"https://codeload.github.com/mapp-digital/Mapp-Engage-iOS-SDK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272578970,"owners_count":24959013,"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-08-28T02:00:10.768Z","response_time":74,"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-12T22:13:05.218Z","updated_at":"2025-08-28T23:32:56.220Z","avatar_url":"https://github.com/mapp-digital.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mapp SDK\n===========\nThis repository contains the Mapp iOS SDK.\n\nIntegration\n-----------\n\n**Cocoa pods**\n\n```ruby\ntarget 'project_name' do\n    pod 'MappSDK'\nend\n```\n\n**OR**\n\n\n```ruby\ntarget 'project_name' do\n    pod 'MappSDK', :git =\u003e 'https://github.com/MappCloud/MappSDK.git', :tag =\u003e '6.0.11'\nend\n```\n\n**Manual**\n\n* Drag and drop the ```AppoxeeSDK.xcframework``` to your project.\n* Drag and drop the ```AppoxeeSDKResources.bundle``` to your project.\n* Link ```UserNotifications.framework``` to your project.\n\n\nConfiguration file\n------------------\n\nMake sure to provide an ```AppoxeeConfig.plist``` file.\n\n```\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n    \u003ckey\u003einapp\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003ecustom_fields\u003c/key\u003e\n        \u003carray\u003e\n            \u003cstring\u003ecustomString\u003c/string\u003e\n            \u003cstring\u003ecustomNumber\u003c/string\u003e\n            \u003cstring\u003ecustomDate\u003c/string\u003e\n        \u003c/array\u003e\n        \u003ckey\u003emedia_timeout\u003c/key\u003e\n        \u003cinteger\u003e5\u003c/integer\u003e\n    \u003c/dict\u003e\n    \u003ckey\u003esdk\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eapp_id\u003c/key\u003e\n        \u003cstring\u003e263177\u003c/string\u003e\n        \u003ckey\u003edmc_system_id\u003c/key\u003e\n        \u003cinteger\u003e55\u003c/integer\u003e\n        \u003ckey\u003esdk_key\u003c/key\u003e\n        \u003cstring\u003e5c59a5b6b52eb2.62524838\u003c/string\u003e\n        \u003ckey\u003ejamie_url\u003c/key\u003e\n        \u003cstring\u003ejamie-test.shortest-route.com\u003c/string\u003e\n        \u003ckey\u003eis_eu\u003c/key\u003e\n        \u003ctrue/\u003e\n        \u003ckey\u003eopen_landing_page_inside_app\u003c/key\u003e\n        \u003cfalse/\u003e\n    \u003c/dict\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\nImplementation\n--------------\n\n**Objective-C**\n```objective-c\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions\n{\n    [[Appoxee shared] engageAndAutoIntegrateWithLaunchOptions:launchOptions andDelegate:nil with:EMC_US];\n\n    return YES;\n}\n```\n\n**Swift**\n```swift\nfunc application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -\u003e Bool {\n\n            Appoxee.shared()?.engageAndAutoIntegrate(launchOptions: launchOptions, andDelegate: nil, with: .EMC_US)\n\n    return true\n}\n```\n\nLicense\n-------\nhttps://mapp.com/contracts/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmapp-engage-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapp-digital%2Fmapp-engage-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmapp-engage-ios-sdk/lists"}