Все вопросы: [push]
49 вопросов
Может ли собственное приложение Blackberry (не MIDlet) использовать реестр MIDP Push?
Если я пишу мидлет, и если устройство поддерживает push-регистрацию по SMS (т. е. поддерживает спецификацию WMA 1.1), я смогу отправлять push-сообщения в приложение, установленное на телефоне и прослушивающее SMS-сообщения наназначенный порт. Однако, если я пишу приложение для Blackberry, могу...
Служба обратной связи для push-уведомлений
Я написал приведенный ниже скрипт для чтения данных обратной связи.Но по некоторым причинам я не получаю никаких данных с сервера.Не могли бы вы сообщить мне, что не так со сценарием?Также, если у вас есть рабочий php-скрипт для службы обратной связи, не могли бы вы поделиться им ... с уважен...
Как сделать push из репозитория клонов в репозиторий удаленного сервера с использованием протокола http / ssh?
У меня следующая конфигурация Windows: Компьютер Windows "A" имеет репозиторий Mercurial. сервер hg работает на "A" http Я создал клон "A" на компьютере с Windows "B" После добавления и фиксации моих изменений в клоне я хочу отправить эти изменения на машину «А».Пробовал TortoiseHg: синхро...
Текущие обновления на сайте?(streamerapi)
Я был на http://finance.yahoo.com/ и проверил вкладку европа (рынкиоткрыты здесь, банкомат) вы увидите, что сделки обновляются в реальном времени , я зашел в firebug на вкладку «Сеть», и обновлений не было ... так что мне интересно, как они это делают? Я вижу, что есть streamerapi.finance.yah...
.Net поставщик службы push-уведомлений Apple?
Сегодня я начал писать провайдера для APN в .Net и, похоже, наткнулся на кирпичную стену ... Все, что я обнаружил о защите сокетов, говорит о том, что System.Net.Sockets.Socket не может реализовать SSL.Я новичок в программировании сырых сокетов ... знает ли кто-нибудь способ подключить необра...
Слушайте передаваемые данные в приложении Blackberry без помощи BES
Как я могу прослушивать данные, отправленные сервером, используя http-соединение?Я не хочу использовать сервер BES. Как этого добиться? Моя версия Blackberry Os - 4.5.
MIDP 2.0 push-реестр
Мы хотели бы использовать реестр push-уведомлений MIDP2.0 для вызова нашего MIDLet через регулярные промежутки времени для проверки новых сообщений с сервера.Если другой MIDLet уже запущен на переднем плане, сможет ли наш MIDLet запускаться одновременно?Будет ли поведение отличаться от устройств...
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 additional changes and uploaded them to the same remote repository. In both cases, I uploaded the changes with the same comm...
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 remote repository locally over ssh with something like git clone ssh://[email protected]/~/TestRepo.git TestRepoCloned T...
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. Still, neither application:didRegisterForRemoteNotificationsWithDeviceToken: nor application:didFailToRegisterForR...
Pushing facebook status updates to application server?
I'm developing a Facebook application that displays the user's friends and their status. To do so I'm looking for a way for Facebook to push status updates to my app server. In other words, an asynchronous status update notification mechanism. At present the application continuously polls the use...
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.
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 bother user by everyday asking to do this task. Can I use Push Notification to silently (without any alert view popup, ...
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 it be done in PHP? Can it be done in PHP? What's the general idea behind push? Thanks
Push notification receive and handle
I have two problems. I implement notification, install in my phone but when I send notification from provider, I didn't receive any notification. But when I use another phone I receive notification. Is there any setting for receiving notification? Where in my code I must implement code that mu...
Message to a client from the server
I have to design a client/server system emulated on a website running Ruby on Rails that should work like this: a page is requested by a web browser and once it's opened the server can push messages to it I know this is not possible "naturally" but I was thinking of a sort of "java applet" that...
GIT and VMWare/Volumes
I have MacBook and Ubuntu Server on it as part of VMWare fusion virtual machine. When I use GIT on my local disk (Mac) everything is working perfectly but when I try to use git on volumes I have problems. For example /Volumes/vm1/webfolder is my local .git repository. If I create clone like gi...
Problem registering Push Notifications. HELP!
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 certificate from the program portal, but I cannot find the link AppID where I am supposed to get them. Is it really necesary...
Push notifications (iPhone) give "111 Connection refused"
When I try to send Push Notifications I get this error: "Connection refused", but I don't know why... I've uploaded my apns-dev.pem in the same directory as well in the root-directory but that won't work either. <?php $payload['aps'] = array('alert' => 'This is the alert text', 'badge' =&...
iPhone Push Notification Unable to Connect to the SSL Server
I followed the instructions at: How To Build An Apple Push Notification Provider Server When I run the php script on my MacOSX or on Windows using Parallel desktop, the script works. But as soon as I run it on my hosting I get the message: Warning: stream_socket_client() [function.stream-socket...
Apple Push Notification in Erlang (or improved in Ruby?)
I currently have an Apple Push Notification running on my server in Ruby. I'd like to get one going in Erlang as I'd like to use a supervisor to keep watch over it. Does anyone have any code that they could help me with? Here's my Ruby code. One thing I do not like about this current implem...
ajax push server
Alright, I recently wrote a ajax push script which had php on the backend sleeping while waiting for someone to make an update. However, the sleeping processes took up a lot of cpu. Any ideas on how I can prevent this? I am guessing I will have to either find a program which can do the sleeping w...
Pushing untracked content with git
I have a project in git with a bunch of graphics (.jpg, .png, .tiff, etc). The graphics extensions are in my .gitignore (this can change) because I do not need to version the graphics (the department responsible for graphics has version cue and tracks their own changes to the graphics). However, ...
AJAX, Server Push implementation questions
I'm relatively new to the whole AJAX way of doing things so please excuse me if I'll mix two different things (although I'd appreciate it greatly if you could comment me on that). My question is this: I have many web clients (lets say around 1500) whom I want when starting up to "subscribe" to th...
git says everything-up-to-date when pushing changes to a remote branch
i have commits that are in a remote repository (origin/master) which i want to put in a branch created from that repository (origin/remote_branch). when i checkout to that remote branch git checkout -b mybranch origin/remote_branch then cherry-picked the commits that i made git cherry-pick 9...
Push Notifications in Android Platform
I am looking to write an app that receives pushed alerts from a server. I found a couple of methods to do this. SMS - Intercept the incoming SMS and initiate a pull from the server Poll the server periodically Each has its own limitations. SMS- no guarantee on arrival time. Poll may drain t...
Ajax Push Engine
are there anyone hear about APE (Ajax Push Engine) before ? I'm building Rails application and trying to create group chat with this APE realtime engine, the problem is how to make Rails communicate with APE Server ? Are there any tutorial or reference on working APE with Rails ?
git push not send changes to remote git repository
I am making changes to some file in my local git repository and then want to send the changes to the remote git repository from which the local was cloned via ssh. After run "git commit -a" on my local side, to send the changes to the remote, I run $ git push Everything up-to-date However I ...
Pushing value of Var into an Array
I know this is probably a simple question, but I'm attempting a tweak in a plugin & js is not my expertise and I got stumped on how to do the following: I have an array that can contain a number of values ($fruit) depending on what a user has entered. I want to add another variable to the ar...
With Mercurial, how can I "compress" a series of changesets into one before pushing?
Let's say I have a local and a remote Mercurial repository. Now, I start working on a feature. I work on it, and when I think it's done, I commit the changeset. Testing it a bit more, I find that I could further improve this feature by tweaking something in the code. I make the change and commit....