peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

Feature request: Right routing to messages in app. #190

Open omata opened 13 years ago

omata commented 13 years ago

Hi,

Please add right routing to messages in app, I mean when I tap at message originated by boxcar it will open boxcar, nothing else. But it isn't the right behaviour, it must open boxcar then the propper application which must be opened, these apps are configured in boxcar and are compatible with this feature.

Some other applications like whatsapp dosn´t work fine, Viber neither.

Regards,

Oscar.

btaroli commented 13 years ago

Question... does Boxcar behave that way if you're using standard iOS alert pop-ups with Boxcar? That is, you tap "open" and boxcar, if so configured, opens the configured app instead of itself?

peterhajas commented 13 years ago

I echo @btaroli's questions, is this how Boxcar operates regularly?

MobileNotifier intercepts the application that throws the notification, and records that bundle identifier as the one it should open. It's very tough to parse, for example, Boxcar notification text to determine where to send the user.

omata commented 13 years ago

Not at all,

You identify the application, but then you don't pass the parameter, in this case a route I something like an URL, by example at Tweetbot you can see their schema at: http://tapbots.com/blog/development/tweetbot-url-scheme#more-875

But it is just an application among few others that works with Boxcar. There is something, an importantan piece of information in your interceptions that is missing or not being handled.

Best regards,

Oscar.