-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started (Local Notifications)
Local notifications are a way to inform users when new data becomes available for your app, even when your app is not running in the foreground. For example, a city builder game may inform a user that construction is complete, and a calendar app might inform the user of an upcoming appointment.
Unfortunately Android does not provide any functionality to cover this feature. So there are no "local notifications" on the Android platform. But they provide a variety of different ways how to build and display the notifications. So the developer had to handle the scheduling and delivery of its own. So we decided to implement the delivery system similar to iOS local notifications with TimeInterval Trigger.
When you are ready to add local notifications to your application, activate the Local Notifications support, under the Android Native Editor window.
Click on the Local Notification service:
And make sure it's enabled:
Reliable and high-quality Unity Development service. Let's Talk!
Website | AssetStore | LinkedIn | Youtube | Scripting Reference
- Build Info
- Dark Mode
- Package Info
- Runtime Permissions
- Run External App
- Immersive Mode
- PackageManager
- Popups & Preloaders
- Rate Us Dialog
- Activity
- Intent
- Settings Page
- Media Player
- Date Picker Dialog
- Time Picker Dialog
- Locale
- Wheel Picker Dialog
- Developer Console Setup
- Connecting to The Service
- Purchase Flow
- Transactions Validation
- Subscriptions
- Licensing
- Getting Started
- Games Sing-in
- Server-side API Access
- Leaderboards
- Achievements
- Saved Games
- Image Manager
- Settings Intent