Has anyone connected to Stream API on iOS?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aaronleo
    Junior Member
    • Apr 2019
    • 3

    #1

    Has anyone connected to Stream API on iOS?

    I'm trying (and failing) to connect to the stream API on an iOS device. Through trawling docs it says the DES-CBC3-SHA cipher used by the API isn't supported, but it obviously must be possible as the official Betfair ios app must connect to it.

    If anyone's got any insight or sample code that would be amazing!
  • LiamP
    Junior Member
    • Oct 2015
    • 284

    #2
    Originally posted by aaronleo View Post
    I'm trying (and failing) to connect to the stream API on an iOS device. Through trawling docs it says the DES-CBC3-SHA cipher used by the API isn't supported, but it obviously must be possible as the official Betfair ios app must connect to it.

    If anyone's got any insight or sample code that would be amazing!
    The iOS / website don’t use the stream API, I know John had a go at this using Swift:

    https://github.com/foulkesjohn/BetSwift

    Comment

    • aaronleo
      Junior Member
      • Apr 2019
      • 3

      #3
      Originally posted by LiamP View Post

      The iOS / website don’t use the stream API, I know John had a go at this using Swift:

      https://github.com/foulkesjohn/BetSwift
      Ah ok, thanks for getting back to me. Looks like that library is unsuitable for production use though, would polling be a viable option for an ios app? I know the docs advise against it but I don't see how else I can get up to date market info if I can't connect to the stream API

      Comment

      Working...
      X