Skip to content

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com

License

Notifications You must be signed in to change notification settings

MostafaTaghipour/OneSignal-iOS-SDK

 
 

Repository files navigation

OneSignal iOS SDK

CocoaPods Carthage compatible SwiftPM Compatible Build Status


OneSignal is a free email, sms, push notification, and in-app message service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal.

iOS Notification

Installation

To install it, simply add the following line to your Podfile:

target 'your_project_name' do
  #only copy below line
  pod 'OneSignalXCFramework', :git => 'https://github.com/MostafaTaghipour/OneSignal-iOS-SDK.git'
end

target 'OneSignalNotificationServiceExtension' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  pod 'OneSignalXCFramework', :git => 'https://github.com/MostafaTaghipour/OneSignal-iOS-SDK.git'
end

Then Run the following commands in your terminal in your project directory.

pod repo update
pod install

See OneSignal's iOS Native SDK Setup Guide for next steps and more documentation.

API

See OneSignal's iOS Native SDK API page for a list of all available methods.

Change Log

See this repository's release tags for a complete change log of every released version.

Support

Please visit this repository's Github issue tracker for feature requests and bug reports related specifically to the SDK. For account issues and support please contact OneSignal support from the OneSignal.com dashboard.

Supports:

  • Swift and Objective-C Projects
  • Supports iOS 9 to iOS 15

About

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.1%
  • Other 0.9%