0
votes
1answer
14 views
Live updates in website? (streamerapi)
hi all:
I was in http://finance.yahoo.com/ and checked the europe tab ( markets are open here atm) you ll see trades updating live, I went to firebug to the Net tab and there was …
1
vote
1answer
34 views
.Net Apple Push Notification service Provider?
I started to write a provider for APNs in .Net today, and it seems I've hit a brick wall...
Everything I'm finding about securing sockets says that a System.Net.Sockets.Socket can …
0
votes
1answer
21 views
Push different views from a top-level table view in iPhone SDK
I have a grouped tableview that then tries to push a new view depending on which cell is selected. The issue is, that cells drill-down to views that are not necessarily tables - th …
1
vote
1answer
70 views
Pushing to remote repository after merge “creates new remote heads” - is that bad?
I initialized a Mercurial project on Machine A, committed my changes and uploaded them to a remote repository.
Then I cloned that repository on Machine B, committed some additiona …
0
votes
1answer
40 views
Listen to pushed data in Blackberry app without help of BES
Hello,
How can I listen to data pushed by the server using http connection ? I dont want to use BES server.
How this can be achieved?
My Blackberry Os version is 4.5.
2
votes
2answers
122 views
Pushing to bare Git repository (remote) causes it to stop being bare
I have a local repository called TestRepo. I clone it with the --bare option, zip this clone up, and throw it on my server. Unzip it, and it's still bare.
I then clone the bare r …
0
votes
1answer
20 views
MIDP 2.0 push registry
We would like to use MIDP2.0 push registry to invoke our MIDLet at reguler interval
to check for new messages from server. If another MIDLet is already runnning in the foreground w …
0
votes
4answers
110 views
Can I use Push Notification for this
My app should post some message to Twitter at the end of each day at the time X. App might not be running at this time X, but it still has to post that message. I don't want to bot …
1
vote
1answer
47 views
Determine on iPhone if user has enabled push notifications
I'm looking for a way to determine if the user has, via settings, enabled or disabled their push notifications for my application.
Thanks.
0
votes
1answer
124 views
iPhone navigation bar push/pop display issues
I am using UINavigationController and getting intermittent display issues when going back, popping and pushing view controllers. Sometimes the nav bar will show the current and pr …
0
votes
1answer
32 views
Problem registering Push Notifications. HELP!!!
Hello, I've recently started developing iphone applications for a project at school and I've been having some problems testing push notifications. I've read I need to get some SSL …
0
votes
1answer
29 views
Push questions and help
Hay guys, I'm looking into reading about 'push' technology, but i think i may have heard about it in the wrong way. Is there are interesting things i should know about it? How can …
3
votes
4answers
184 views
Push Notifications in Android Platform
I am looking to write an app which received pushed alerts from a server. I found a couple of methods to do this.
1) SMS - Intercept the incoming SMS and initiate a pull from the se …
2
votes
3answers
158 views
What iPhone push notification services are out there? (Hosted services, not the APNS)
I'm looking to avoid running my own server all the time when dealing with Apple's push notification service. From my understanding, I need a constant connection to the APNS which …
1
vote
0answers
46 views
Apple Push Notifications - When Registering for Notifications no Callbacks are received at all
I've gone through all the steps as specified, am using a dev certificate with APN enabled and am calling registerForRemoteNotificationTypes: with the right flags in my app delegate …
