[aerogear-dev] iOS8: what's new?

Corinne Krych corinnekrych at gmail.com
Wed Jul 2 08:38:18 EDT 2014


Good point Sebi, 

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:

    { "aps" : {
        "alert": "you're invited",
        "category": "HelloWorld"
        }
    }

in category you should match client side code like in example below:
https://github.com/corinnekrych/HelloWorld-Swift/blob/local.notification/HelloWorldSwift/AppDelegate.swift#L60

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.

Should we demo them for mobile Push 1.0.
Waiting for your feedback and bright idea ;)

++
Corinne

Here’s a good reading on interactive notification:
http://www.imore.com/interactive-notifications-ios-8-explained

On 02 Jul 2014, at 11:43, Sebastien Blanc <scm.blanc at gmail.com> wrote:


> Thanks for this overview ! 
> I can't wait to play with the interactive notifications.
> 
> 
> 
> On Wed, Jul 2, 2014 at 11:20 AM, Matthias Wessendorf <matzew at apache.org> wrote:
> Thanks for sharing!
> 
> I will get on the session731 this afternoon :-)
> 
> 
> On Wed, Jul 2, 2014 at 10:53 AM, Corinne Krych <corinnekrych at gmail.com> wrote:
> Hello iOS lovers,
> 
> 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.
> If you want to catch up quickly on what’s new, one blog post I really like and would recommend:
> http://nshipster.com/ios8/
> 
> 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.
> In https://developer.apple.com/videos/wwdc/2014/
> I would recommend the followings:
> - swift: session 403, 404, 406, 407, 408
> - iOS notification: session 713
> 
> The stuff I found most existed about are:
> - 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 much easier to play with.
> - LocalAuthentication Developers can use TouchID APIs. Bin win for secure offline.
> - iOS8 interactive notification, increased size
> - embedded widgets
> 
> 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.
> 
> Some interesting tickets to follow:
> AGIOS-210 - Epic iOS8 notification
> AGIOS-220 - Epic for Swift (a Swift version of aerogear-push-ios-registration)
> 
> ++
> Corinne
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
> 
> 
> 
> -- 
> Matthias Wessendorf 
> 
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
> 
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
> 
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140702/7c2d46c4/attachment.html 


More information about the aerogear-dev mailing list