LocoKitService

public struct LocoKitService

Settings for use of the LocoKit Service.

  • Set this property to your LocoKit API key.

    LocoKitService.apiKey = "put your API key here"
    

    If you do not yet have an LocoKit API key, you will need to create one on the LocoKit website: https://www.bigpaua.com/arckit/account

    Note

    An API key is only required for the use of ActivityTypeClassifier. This property may be left nil if you do not intend to make use of LocoKit’s machine learning features.

    Warning

    Your API key’s App bundle ID must exactly match your app’s Bundle Identifier in Xcode.

    Declaration

    Swift

    public static var apiKey: String?