Skip to content

Mohamad-Kobaissy/speedchecker-sdk-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speedchecker SDK for iOS, version 1.13

The embedded framework version of the Speedchecker Speed Test supports its own API which allows you to access various methods and events easily from the your iOS application code. You can also try our Speedchecker on App Store, it's powered by the latest Speedchecker SDK version.

Features

  • latency, downlad and upload speed of the user connection
  • robust measuring of cellular, wireless, even local network
  • testing details like the current speed and progress
  • additional information like network type and location
  • stable servers by Speedchecker or custom server solutions
  • detailed statistics and reports by Speedchecker

Requirements

  • Xcode 10.2 or later
  • Swift 5 or Objective-C
  • Development Target 10.0 or later
  • Bundle Identifier licensed by Speedchecker Ltd.

Installation

  1. Place the SpeedcheckerSDK.framework into your Xcode project. We recommend you to copy it rather than to reference from an other location.

  2. In your application target, go to General tab and drag SpeedcheckerSDK.framework item into Embeded Binaries section. So than you should see it in the Embeded Binaries and also in the Linked Frameworks and Libraries sections.

  3. Go to Build Phases tab and recheck it’s added in Link Binary With Libraries and also in the Embedded Frameworks section.

  4. Now the SpeedcheckerSDK framework should be importable to your code.

    Swift

    import SpeedcheckerSDK

    Objective-C

    #import "SpeedcheckerSDK/SpeedcheckerSDK.h"
    #import "SpeedcheckerSDK/SpeedcheckerSDK-Swift.h"

What's next?

Please contact us for future details and license requirements. Also you can download the latest framework version, the sample app to see detailed implementation in Xcode project as well as our Internet Speed Test application on App Store.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.7%
  • Swift 1.9%
  • Shell 0.4%