plivesey / PLPartyTime

An iOS library which uses the MultiPeer framework to automatically connect people. Useful for MultiPeer games when you don't want to deal with sending and accepting invitations.
Other
71 stars 13 forks source link

no peers ever show up no matter what. #1

Closed ericlewis closed 10 years ago

ericlewis commented 10 years ago

basically the title- this just doesn't seem to work. it seems that attempts to connect work- and the peer connection attempts to fire but no avail to actually see anything.

plivesey commented 10 years ago

Is this when running the sample app? When I run the sample app with two devices or a device and the simulator, I am able to get two devices to connect. However, I've just fixed a bug where if you sent data they would disconnect. Maybe try again, after pulling? Can you give me a bit more information on how you've set up the library?

plivesey commented 10 years ago

If you're using cocoapods, I've just requested a pull request for this bug. https://github.com/CocoaPods/Specs/pull/10214 So a pod install won't work until the pull request is merged.

plivesey commented 10 years ago

Having trouble updating the specs...hopefully this time should be the last. Either way, if you manually check out the project ,you should be able to run the sample project.

ericlewis commented 10 years ago

Thanks peter- where do I send a beer?— Sent from Mailbox for iPhone

On Tue, Apr 8, 2014 at 11:07 AM, Peter Livesey notifications@github.com wrote:

Having trouble updating the specs...hopefully this time should be the last.

Either way, if you manually check out the project ,you should be able to run the sample project.

Reply to this email directly or view it on GitHub: https://github.com/plivesey/PLPartyTime/issues/1#issuecomment-39881693

plivesey commented 10 years ago

Haha. No worries. I'm glad someone's interested in the project. It's not very mature right now, but I'm developing a game based off this, so should be working out the kinks soon. Mind if I ask why you're interested/what you're looking at using it for?

ericlewis commented 10 years ago

I'm using it as a platform for a trading system that's based on the spotify API. :) feel free to ping me on twitter if interested. Same username. — Sent from Mailbox for iPhone

On Tue, Apr 8, 2014 at 11:25 AM, Peter Livesey notifications@github.com wrote:

Haha. No worries. I'm glad someone's interested in the project. It's not very mature right now, but I'm developing a game based off this, so should be working out the kinks soon.

Mind if I ask why you're interested/what you're looking at using it for?

Reply to this email directly or view it on GitHub: https://github.com/plivesey/PLPartyTime/issues/1#issuecomment-39883799

ericlewis commented 10 years ago

this appear to work in the latest- but I'm still having issues. would you wanna email me at ericlewis777 (at) gmail and talk some? i could use a little help beyond this.