Questions tagged [bump]

Bump is an API that allows developers to implement Bump services to their IOS or Android applications.

Bump is a service that allows to share data between two smartphones when they shake each other.

There are two parts to Bump: the app running on your device and a smart matching algorithm running on Bump servers in the cloud. The app on your phone uses the phone's sensors to literally "feel" the bump, and it sends that info up to the cloud. The matching algorithm listens to the bumps from phones around the world and pairs up phones that felt the same bump. Then Bump just route information between the two phones in each pair.

Bump service was bought by Google on late 2013 and planned to be closed on January 2014.

39 questions
0
votes
1 answer

Can I stop Bump from being activated when the phone bumps?

I like the idea behind bump, and I am using it in an application. However, I'd prefer it if I would be able to make a connection between 2 phones (in close proximity) without the users having to bump. I have tried simulateBump which works pretty…
Alex
  • 7,432
  • 20
  • 75
  • 118
0
votes
1 answer

BU.MP sdk : Send message to channel / user

First of all.. what is the difference between the two? Can multiple users be subscribing on the same channel? Second of all, i can send a message across to the other phone i'm bumping with from the code that defines the BroadcastReceiver else if…
pocorschi
  • 3,605
  • 5
  • 26
  • 35
0
votes
1 answer

Any step by step tutorial for using Bump API and testing

I am trying to integrate BUMP API into my app. Documentation for the same in their site is not good enough. I have downloaded the sample called BumpTest provided on Github and got an API key. I am trying to simulate a bump between my phone and the…
CodeFury
  • 1,520
  • 16
  • 29
0
votes
1 answer

Bump Connects and Disconnects involuntarily - iOS

I have implemented Bump Api 3.0 in my new iOS app. It works fine, I can transfer images which are less than 20KB and also strings and dictionaries. The real problem is that, the Bump gets connected and disconnected without notice. I have the Demo…
Ganesh Nayak
  • 802
  • 11
  • 38
0
votes
1 answer

Implementing bump correctly?

I keep getting linker errors when I try to set this up. I'm using this in my app delegate to configure everything - (void) configureBump { [BumpClient configureWithAPIKey:@"your_api_key" andUserID:[[UIDevice currentDevice] name]]; [[BumpClient…
Chris
  • 7,270
  • 19
  • 66
  • 110
0
votes
2 answers

Detect Bump on No internet stackoverflow

When there is no Internet connection, is there a way to tell the user that they cannot Bump their iPhone to transfer data. I have used motionEnded: method to detect the shake, but the sensitivity is less compared to the Bump feature. Any help?
Ganesh Nayak
  • 802
  • 11
  • 38
0
votes
1 answer

send file using bump

I have implemented correctly bump's api, and added this code: - (void) configureBump { [BumpClient configureWithAPIKey:@"your api key" andUserID:[[UIDevice currentDevice] name]]; [[BumpClient sharedClient] setMatchBlock:^(BumpChannelID channel) {…
Alessandro
  • 4,000
  • 12
  • 63
  • 131
-1
votes
1 answer

Nothing happens when automatically sending bump via a bot for discord.js

I aim to create a node.js bot for Discord allowing me to bump SEO site bots automatically. The bump works when done manually and my bot works very well and sends automatic bump messages but nothing happens. Do you know if the developers of SEO bots…
btboff
  • 1
  • 2
-1
votes
1 answer

bump API shutdown after 31st January what it's alternate for iphone

I am developing the app in which i successfully integrated a bump API but recently bump developer site announce that bump API shutdown after 31st January. Now i wondering about it's alternate way for doing this task in my application to implement…
Bhavesh Lakum
  • 130
  • 1
  • 12
1 2
3