{"id":19923121,"url":"https://github.com/mapp-digital/mapp-engage-ios-sdk-inapp-addon","last_synced_at":"2026-04-18T12:33:27.103Z","repository":{"id":62447550,"uuid":"431821040","full_name":"mapp-digital/Mapp-Engage-iOS-SDK-Inapp-AddOn","owner":"mapp-digital","description":"Mapp SDK Inapp framework ","archived":false,"fork":false,"pushed_at":"2026-01-15T14:45:13.000Z","size":48106,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-19T17:07:16.492Z","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-25T11:31:21.000Z","updated_at":"2026-01-15T14:39:14.000Z","dependencies_parsed_at":"2025-04-15T12:36:28.139Z","dependency_job_id":null,"html_url":"https://github.com/mapp-digital/Mapp-Engage-iOS-SDK-Inapp-AddOn","commit_stats":null,"previous_names":["mappcloud/mappsdkinapp"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/mapp-digital/Mapp-Engage-iOS-SDK-Inapp-AddOn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK-Inapp-AddOn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK-Inapp-AddOn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK-Inapp-AddOn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK-Inapp-AddOn/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-Inapp-AddOn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-iOS-SDK-Inapp-AddOn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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:07.029Z","updated_at":"2026-04-18T12:33:22.092Z","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 for in app messages. It is agreggation for Mapp SDK for push notifications.\n\nIntegration\n-----------\n\n**Cocoa pods**\n\n```ruby\ntarget 'project_name' do\n    pod 'MappSDK'\n    pod 'MappSDKInapp'\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.5'\n    pod 'MappSDKInapp', :git =\u003e 'https://github.com/MappCloud/MappSDKInapp.git', :tag =\u003e '6.0.6.10'\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* Drag and drop the ```AppoxeeInapp.xcframework``` to your project.\n* Drag and drop the ```AppoxeeInappResources.bundle``` to your project.\n* Link ```UserNotifications.framework``` to your project.\n* Link ```WebKit.framework``` to your project.\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    [[AppoxeeInapp shared] engageWithDelegate:self with:eMC_US];\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            AppoxeeInapp.shared()?.engage(with: self, 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-inapp-addon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapp-digital%2Fmapp-engage-ios-sdk-inapp-addon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmapp-engage-ios-sdk-inapp-addon/lists"}