urbanairship / titanium-module

Urban Airship Titanium module
Other
9 stars 9 forks source link

[MB-1974] iOS foreground presentation support. #14

Closed hcrowell closed 8 years ago

hcrowell commented 8 years ago

Added iOS 10 foreground presentation support.

Specify the optional default foreground presentation options for iOS 10 via the tiapp.xml:

<!-- iOS 10 alert foreground notification presentation option -->
<property name="com.urbanairship.ios_foreground_notification_presentation_alert" type="bool">true</property>
<!-- iOS 10 badge foreground notification presentation option -->
<property name="com.urbanairship.ios_foreground_notification_presentation_badge" type="bool">true</property>
<!-- iOS 10 sound foreground notification presentation option -->
<property name="com.urbanairship.ios_foreground_notification_presentation_sound" type="bool">true</property>

Testing:

crow commented 8 years ago

🍔

rlepinski commented 8 years ago

👍