awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
KnuffApp avatar

KnuffApp/Knuff

0
View on GitHub↗
5,229 星标·431 分支·Objective-C·MIT·5 次浏览

Knuff

Knuff is a desktop debugging tool designed for testing Apple Push Notification service payloads. It enables the delivery of custom JSON payloads to mobile devices to verify that notifications are received correctly.

The application integrates with the system keychain to manage security certificates and private keys for request signing. It also includes a utility to export these security identities from the keychain into portable file formats for use with other development tools.

The tool provides mechanisms for automatic device token retrieval and a payload manager to save and reuse device tokens and JSON configurations. This allows for the persistence of specific notification data to ensure repeatable test scenarios.

Features

  • Apple Push Notification Integrations - A tool for sending custom JSON payloads to APNs to verify that mobile devices receive push notifications correctly.
  • APNs Debugging Tools - Provides a dedicated desktop application for sending and testing Apple Push Notification Service payloads using system keychain certificates.
  • iOS Push Notification Deliveries - Provides the ability to deliver custom JSON push notification payloads specifically to iOS devices via APNs.
  • APNs Bridge Services - Implements a secure HTTP/2 connection to communicate directly with the Apple Push Notification service.
  • Keychain Managers - Integrates with the system keychain to manage and retrieve the private keys and certificates required for request signing.
  • Certificate-Based Authentication - Uses digital certificates from the system keychain to sign and authenticate outbound requests to the push service.
  • Test Scenario Templates - Allows developers to define and store structured JSON payloads to ensure repeatable and consistent push notification test scenarios.
  • Device Token Management - Automatically retrieves device tokens for mobile applications, removing the need to manually search system logs.
  • Payload Scenario Managers - Enables saving and reusing specific JSON data structures and device tokens to test various notification scenarios.
  • Identity Exporters - Converts security identities from the system keychain into portable files for compatibility with other development tools.
  • Certificate Export - Extracts Apple security identities from the system keychain into standalone files.
  • Keychain Extraction - Exports security identities from the system keychain into files for use with external push tools.
  • Push Payload Managers - Provides a utility to save and reuse device tokens and JSON notification configurations for repetitive test scenarios.
  • Debugging and Inspection - Debug application for Apple Push Notification Service.
  • Developer Utilities - Debug and test Apple Push Notification Service payloads.
  • 开发工具 - Debug and test remote push notifications for iOS.
  • Push Notifications - Debugger for Apple Push Notification service.

Star 历史

knuffapp/knuff 的 Star 历史图表knuffapp/knuff 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Knuff 的开源替代方案

相似的开源项目,按与 Knuff 的功能重合度排序。
  • noodlewerk/nwpushernoodlewerk 的头像

    noodlewerk/NWPusher

    6,311在 GitHub 上查看↗

    NWPusher is an application for macOS and iOS designed to send, debug, and manage payloads delivered via the Apple Push Notification service. It functions as a tool for delivering custom data payloads to remote devices using secure certificates and unique device identification tokens. The project provides utilities for identifying and removing expired or invalid device tokens by interfacing with push notification feedback services. It includes a manager for loading secure certificates and private keys from keychains or encrypted files to authenticate requests to delivery servers. The toolset

    Objective-C
    在 GitHub 上查看↗6,311
  • redth/pushsharpRedth 的头像

    Redth/PushSharp

    4,402在 GitHub 上查看↗

    PushSharp is a server-side library that sends push notifications to iOS, Android, Windows, and other device platforms through their respective cloud messaging services. It provides a unified interface for delivering notifications across Apple Push Notification Service, Firebase Cloud Messaging, Amazon Device Messaging, Blackberry Push Service, Firefox OS Push Service, and Windows Push Notification Service. The library handles the complexities of push notification delivery through an asynchronous message queue that processes, batches, and retries notifications while respecting each platform's

    C#
    在 GitHub 上查看↗4,402
  • node-apn/node-apnnode-apn 的头像

    node-apn/node-apn

    4,404在 GitHub 上查看↗

    node-apn is a Node.js library and push notification driver used to send remote notifications to Apple devices via the Apple Push Notification service. It functions as an HTTP/2 client that manages the construction and transmission of JSON payloads to the Apple notification gateway. The library supports multiple identity verification methods, including certificate-based authentication using PEM or PFX files and token-based authentication with automatically renewing tokens. It includes capabilities for routing traffic through intermediary proxy servers and secure HTTP tunnels to bypass restrict

    JavaScript
    在 GitHub 上查看↗4,404
  • square/leakcanarysquare 的头像

    square/leakcanary

    29,923在 GitHub 上查看↗

    LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap snapshots. It automatically detects objects that fail to be garbage collected after their expected lifespan, providing developers with actionable insights to prevent performance degradation and application crashes. The project distinguishes itself by offloading memory-intensive heap parsing to a separate background process, which minimizes performance impact on the main application during runtime. It includes sophisticated deobfuscation capabilities that map obfuscated stack tr

    Kotlinandroidjavakotlin
    在 GitHub 上查看↗29,923
查看 Knuff 的所有 30 个替代方案→

常见问题解答

knuffapp/knuff 是做什么的?

Knuff is a desktop debugging tool designed for testing Apple Push Notification service payloads. It enables the delivery of custom JSON payloads to mobile devices to verify that notifications are received correctly.

knuffapp/knuff 的主要功能有哪些?

knuffapp/knuff 的主要功能包括:Apple Push Notification Integrations, APNs Debugging Tools, iOS Push Notification Deliveries, APNs Bridge Services, Keychain Managers, Certificate-Based Authentication, Test Scenario Templates, Device Token Management。

knuffapp/knuff 有哪些开源替代品?

knuffapp/knuff 的开源替代品包括: noodlewerk/nwpusher — NWPusher is an application for macOS and iOS designed to send, debug, and manage payloads delivered via the Apple Push… redth/pushsharp — PushSharp is a server-side library that sends push notifications to iOS, Android, Windows, and other device platforms… node-apn/node-apn — node-apn is a Node.js library and push notification driver used to send remote notifications to Apple devices via the… square/leakcanary — LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap… finb/bark — Bark is a self-hosted push notification system for iOS devices that bridges HTTP requests to Apple's Push Notification… chenyilong/ios9adaptationtips — iOS9AdaptationTips is a collection of technical strategies and guides for adapting mobile applications to the iOS 9…