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.
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.
See OneSignal's iOS Native SDK API page for a list of all available methods.
See this repository's release tags for a complete change log of every released version.
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.
- Swift and Objective-C Projects
- Supports iOS 9 to iOS 15