Giter VIP home page Giter VIP logo

backchannelsdk-ios's People

Contributors

hacknicity avatar khanlou avatar orta avatar priteshshah1983 avatar stianhoiland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

backchannelsdk-ios's Issues

Missing Terms of Use on Backchannel.io

Hey guys, great potential service and I'm hoping to recommend it to client I'm working with.

They've asked me a good question which is what are the terms of use. As Screenshots of apps will be uploaded and hosted by Backchannel.io they're interested to know these given this would be for an App in Beta which may have sensitive details which it would be good to know regards ownership of those images and posts.

Ideally terms of use would be available at Backchannel.io which I could point them at so legal could take a look and decide if it's something they can go with publicly.

I think BAKAuthenticatingCreateMessageCoordinator leaks due to typo in startCreation method

Hi Soroush, I've been looking over the code because I'm keen to use Coordinators in my next project. I have stumbled across what looks like a simple typo that I think will cause a reference cycle in BAKAuthenticatingCreateMessageCoordinator. In the startCreation method:

- (void)startCreation {
    self.createMessageCoordinator.delegate = self;
    [self.createMessageCoordinator start];
    [self.childCoordinators addObject:self.childCoordinators];  // <<-- here
}

the object being added to the childCoordinators array should be self.createMessageCoordinator and not self.childCoordinators.

pod install fails

Added pod 'Backchannel' to my Podfile, ranpod install` and it reports an error.

Resolving dependencies of `Podfile`
[!] Unable to satisfy the following requirements:

- `Backchannel` required by `Podfile`

Specs satisfying the `Backchannel` dependency were found, but they required a higher minimum deployment target.

Installing any other pod works as expected. The only problematic pod is Backchannel.

Deleted posts appear as [DELETED]

When deleting posts from backchannel, they aren't removed from the feed but appear as [DELETED]. Is this by design or a bug? When using we're expecting these to simply disappear.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.