[aerogear-dev] iOS device registration AFTER application login

Matthias Wessendorf matzew at apache.org
Wed Jul 17 11:53:40 EDT 2013


On Wed, Jul 17, 2013 at 5:44 PM, Yavuz Selim YILMAZ <yavuzsel at buffalo.edu>wrote:

>
>
> ---
> Yavuz Selim Yilmaz
> SUNY at Buffalo
> Computer Science and Engineering
> PhD Candidate
>
> On Jul 17, 2013, at 11:32 AM, Matthias Wessendorf <matzew at apache.org>
> wrote:
>
> On iOS we recommend doing the registration (with UP server) on the
> "didRegisterForRemoteNotificationsWithDeviceToken" callback:
>
> https://github.com/aerogear/aerogear.org/blob/master/docs/guides/aerogear-push-ios/iOS-app.asciidoc
>
>
> However, in AeroDoc-iOS, we just stash the token:
> https://github.com/aerogear/aerogear-push-quickstart-ios/blob/master/ProDoctor/ProDoctor/AGAppDelegate.m#L49
>
>
> And submit it, with the entire metadata, AFTER a successful login:
> https://github.com/aerogear/aerogear-push-quickstart-ios/blob/master/ProDoctor/ProDoctor/Classes/Controllers/AGLoginViewController.m#L138
>
>
> Is it guaranteed that device token is received BEFORE successful login?
> What if registration with APNs fails?
>


a different APNs callback is invoked (*
application:didFailToRegisterForRemoteNotificationsWithError)*



>
>
>
>
> Perhaps we could/should docment that somewhere as well ? E.g. in the
> tutorial doc (e.g. since that is a common use-case), or just on the AeroDoc
> code (with some comments) ?
>
>
>
> -Matthias
>
> --
> 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
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20130717/d0a912f6/attachment.html 


More information about the aerogear-dev mailing list