Skip to content

Commit afe1727

Browse files
authored
Merge pull request #347 from OneSignal/feat/offline_readme
Added offline readme.md
2 parents 7103217 + ad925c8 commit afe1727

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## OneSignal Push Notifications
2+
[OneSignal](https://www.onesignal.com) is a free push notification service for Android and iOS apps. This SDK makes it easy to integrate your Unity app with OneSignal.
3+
4+
### Supported Platforms
5+
#### Devices
6+
* iOS 9 - 14
7+
* Android 4.0.3 (API Level 15) - Android 11 (API Level 30)
8+
* Amazon FireOS 3 - 6
9+
10+
#### Unity Versions
11+
* Unity 2018.4, 2019.4, and 2020.2
12+
13+
### Quick setup
14+
Add the following code to a script that starts with your game or app.
15+
```C#
16+
// Replace 'YOUR_ONESIGNAL_APP_ID' with your OneSignal App ID from app.onesignal.com
17+
OneSignal.StartInit("YOUR_ONESIGNAL_APP_ID").EndInit();
18+
```
19+
20+
### Demo Project
21+
Try out the OneSignalExampleScene scene on a device (iOS or Android) and check out the code for it in the GameControllerExample.cs file under the Examples folder.
22+
23+
### Installation and Setup
24+
See the [Setup Guide](https://documentation.onesignal.com/docs/unity-sdk-setup) for installation and setup instructions.
25+
26+
### API
27+
See OneSignal's [Unity SDK API](https://documentation.onesignal.com/docs/unity-sdk) page for a list of all available methods.
28+
29+
### Change Log
30+
See this repository's [release tags](https://github.com/OneSignal/OneSignal-Unity-SDK/releases) for a complete change log of every released version.
31+
32+
### Support
33+
Please visit this repository's [Github issue tracker](https://github.com/OneSignal/OneSignal-Unity-SDK/issues) for feature requests and bug reports related specifically to the SDK.
34+
35+
For account issues and support please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.

OneSignalExample/Assets/OneSignal/README.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)