Skip to content

Notifications

Elevate24 sends notifications when a session starts, near ending, and ends. It’s important to configure Elevate24 for notifications.

Download

xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NotificationSettings</key>
	<array>
		<dict>
			<key>AlertType</key>
			<integer>1</integer>
			<key>BadgesEnabled</key>
			<true/>
			<key>BundleIdentifier</key>
			<string>com.jigsaw24.Elevate24</string>
			<key>CriticalAlertEnabled</key>
			<false/>
			<key>NotificationsEnabled</key>
			<true/>
			<key>PreviewType</key>
			<integer>0</integer>
			<key>ShowInCarPlay</key>
			<false/>
			<key>ShowInLockScreen</key>
			<true/>
			<key>ShowInNotificationCenter</key>
			<true/>
			<key>SoundsEnabled</key>
			<true/>
		</dict>
	</array>
</dict>
</plist>