<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div>Good point Sebi,&nbsp;<div><br><div>Let’s launch the discussion on interactive notifications. To support them (remotely), a new payload need to be added server side, just adding a category field:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;{ "aps" : {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "alert": "you're invited",<br>&nbsp; &nbsp; &nbsp;<b> &nbsp; "category": "HelloWorld"</b><br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br><div><br></div><div>in category you should match client side code like in example below:</div><div><a href="https://github.com/corinnekrych/HelloWorld-Swift/blob/local.notification/HelloWorldSwift/AppDelegate.swift#L60">https://github.com/corinnekrych/HelloWorld-Swift/blob/local.notification/HelloWorldSwift/AppDelegate.swift#L60</a></div><div><br></div><div>I’ve tried interactive notification in HelloWorld sample but tbh I think Helloworld should stay simple, it might be a better idea to demo them in a more elaboraten example like: Quickstarts or AeroDoc.</div><div><br></div><div><div>Should we demo them for mobile Push 1.0.</div><div>Waiting for your feedback and bright idea ;)</div><div><br></div><div>++</div><div>Corinne</div><div><br></div><div><div>Here’s a good reading on interactive notification:</div><div><a href="http://www.imore.com/interactive-notifications-ios-8-explained">http://www.imore.com/interactive-notifications-ios-8-explained</a></div></div><div><br></div><div>On 02 Jul 2014, at 11:43, Sebastien Blanc &lt;<a href="mailto:scm.blanc@gmail.com">scm.blanc@gmail.com</a>&gt; wrote:<div><br><br><blockquote type="cite">Thanks for this overview !&nbsp;<br>I can't wait to play with the interactive notifications.<br><br><br><br>On Wed, Jul 2, 2014 at 11:20 AM, Matthias Wessendorf&nbsp;&lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&nbsp;wrote:<br>Thanks for sharing!<br><br>I will get on the session731 this afternoon :-)<br><br><br>On Wed, Jul 2, 2014 at 10:53 AM, Corinne Krych&nbsp;&lt;corinnekrych@gmail.com&gt;&nbsp;wrote:<br>Hello iOS lovers,<br><br>With WWDC over, we’ve got plenty news stuff coming. We’re pretty existing about it so I would like to share with you the excitement.<br>If you want to catch up quickly on what’s new, one blog post I really like and would recommend:<br>http://nshipster.com/ios8/<br><br>and if you have more time, if you’re enrolled in iOS dev program and have Safari opened you can watch the great WWDC videos.<br>In&nbsp;https://developer.apple.com/videos/wwdc/2014/<br>I would recommend the followings:<br>- swift: session 403, 404, 406, 407, 408<br>- iOS notification: session 713<br><br>The stuff I found most existed about are:<br>- Swift coming: to me, it’s a big win. iOS platform with Swift will be a killer. Xcode6 with its Playground features and it REPL will be&nbsp;much easier to play with.<br>- LocalAuthentication Developers can use TouchID APIs. Bin win for secure offline.<br>- iOS8 interactive notification, increased size<br>- embedded widgets<br><br>This is a thread to gather all the things you like (or don’t like) about iOS8. Feel free to add your own comments and feelings.<br><br>Some interesting tickets to follow:<br>AGIOS-210 - Epic iOS8 notification<br>AGIOS-220 - Epic for Swift (a Swift version of aerogear-push-ios-registration)<br><br>++<br>Corinne<br>_______________________________________________<br>aerogear-dev mailing list<br>aerogear-dev@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/aerogear-dev<br><br><br><br>--&nbsp;<br>Matthias Wessendorf&nbsp;<br><br>blog:&nbsp;http://matthiaswessendorf.wordpress.com/<br>sessions:&nbsp;http://www.slideshare.net/mwessendorf<br>twitter:&nbsp;http://twitter.com/mwessendorf<br><br>_______________________________________________<br>aerogear-dev mailing list<br>aerogear-dev@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/aerogear-dev<br><br>_______________________________________________<br>aerogear-dev mailing list<br>aerogear-dev@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/aerogear-dev<br></blockquote><br></div></div></div></div></div></body></html>