iOS OAuth2 redirect URIs
by Michael Doo
Hello,
I've managed to integrate the Aerogear iOS OAuth2 library pretty well into
my app for Google accounts. However, for Outlook, their OAuth2 API only
allow two redirect URIs: urn:ietf:wg:oauth:2.0:oob and HTTPS schemes, e.g.,
https://login.live.com/oauth20_desktop.srf, to which the authorization code
will be attached. The important bit here is that they do not allow
customization of the redirect URI to be something like
'\(bundleString)://oauth2Callback' or 'fb\(clientId)://authorize/', which
the OAuth2 library seems to need.
The documentation doesn't seem to clearly state how this should or could be
addressed. Since not every OAuth2 provider has allowed iOS bundle names as
valid redirect URIs, it seems to me there should be a way to handle this.
Best,
Michael Doo
8 years, 11 months
Long delay from first to last push message received on iOS devices
by Øivind Hoff Johansen
Hi,
we're experiencing a delay when sending push messages to iOS devices.
Our biggest push application have 32690 iOS devices registered and a smaller amount of android devices.
We see that the delay is up to 20 minutes from first to last on iOS everytime.
We are using version 1.1.0-beta.4, and have upgraded from 1.0.2. Table ups_db_changelog have 135 rows
Running wildfly 8.1.0 Final
We had the same problem with 1.0.2 but then we could see the delay in the log output, now according to the logs it takes around 10 seconds. (see fine.log), we also see this in the network traffic out from the server.
The only error we're seeing in the logs is on MonitoringThread-1
(MonitoringThread-1) Exception in thread "MonitoringThread-1" java.lang.NullPointerException
(MonitoringThread-1) at org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender$2.messageSendFailed(APNsPushNotificationSender.java:232)
(MonitoringThread-1) at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199)
(MonitoringThread-1) at java.lang.Thread.run(Thread.java:745)
Do you have any ideas on why this delay is happening, and how to solve it?
Logs:
http://static.polarismedia.no/apps/aero/fine.log
http://static.polarismedia.no/apps/aero/wildfly.log
http://static.polarismedia.no/apps/aero/serverr.log
Regards,
Øivind
8 years, 12 months
Feature request : API for retrieving list of deleted installations
by Vivek Pandey
Guys,
I have created a new feature request AGPUSH-1544 <https://issues.jboss.org/browse/AGPUSH-1544> for a scenario we encountered in our case.
I think it would be useful for applications using UPS.
Please let me know your thoughts on this.
Thanks,
Vivek
From: mwessendorf(a)gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of Matthias Wessendorf
Sent: Tuesday, December 01, 2015 4:22 PM
To: Vivek Pandey
Subject: Re: UPS and AeroGear
Hi Vivek,
this is all great! Glad to hear things are working good!
Do you mind sending this feedback to the dev list as well ?
Also if you have a feature request, do not hesitate to actually create a JIRA ticket :-)
Cheers!
Matthias
On Tue, Dec 1, 2015 at 11:15 AM, Vivek Pandey <vivek.pandey(a)pinelabs.com> wrote:
Hello Matthias,
Things are great here. UPS currently powers 3 apps for us and we are hoping to add one more very soon. We are beginning to extensively use UPS for communicating with users of one of the apps. Currently installations registered in UPS are limited (approx. 10K), but we are hoping to add many more users.
We already attempted upgrading to one of the pre-release versions of 1.1.0 in our test environments, and it is in our roadmap to upgrade to 1.1.0 Final very soon.
One of the feedbacks I have is related to a functionality we had to build in our infrastructure. We needed a way to identify users who are uninstalling the applications. We figured the GCM/APNS responses indicating invalid tokens + inactivity could be a good way to do it.
Exposing an API to give user aliases or push tokens which are no longer would be a good feature.
Thanks again,
Vivek
From: mwessendorf(a)gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of Matthias Wessendorf
Sent: Tuesday, December 01, 2015 3:28 PM
To: Vivek Pandey
Subject: UPS and AeroGear
Hi, Vivek!
how are things? I wonder what version of the UPS you guys are on - I am hoping you are on 1.1.0.Final and enjoying the internal improvements to use JMS :-)
BTw. I think you also noticed the increased activity on the ML, since our last UPS release. More releases will follow soon :-)
Cheers!
Matthias
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
_____
This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails.
_____
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails.
8 years, 12 months