ios_push_plugin 0.0.4 copy "ios_push_plugin: ^0.0.4" to clipboard
ios_push_plugin: ^0.0.4 copied to clipboard

iOS only plugin for handling APNs and system push notifications.

ios_push_plugin #

A Flutter plugin that provides native iOS APNs (Apple Push Notification Service) integration.
This plugin allows you to easily initialize APNs, retrieve the device token (regId), and handle push notification events.


🧩 Features #

  • ✅ Initialize iOS Push Notification Service (initPush)
  • ✅ Retrieve device registration ID (getRegId)
  • ✅ Listen for real-time registration ID via onRegId event
  • ✅ Get iOS system version and manufacturer info
  • ✅ Handle push notification click callbacks (onNotificationClick)
  • ✅ Enable or disable internal logs (enableLog(true/false))

🚀 Installation #

Add this line to your pubspec.yaml:

dependencies:
  ios_push_plugin: ^0.0.4

1
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

iOS only plugin for handling APNs and system push notifications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ios_push_plugin

Packages that implement ios_push_plugin