Identities and Security

  • Declaration

    Objective-C

    @interface DITIdentity : NSObject
  • The identity types you can use with DittoKit.

    A development identity should be used while in development when you want to control either or both of the app name and the site ID of the peer.

    A production identity should be used when in production. This accepts a certificate bundle, which includes identity information as a base 64 encoded string.

    See more

    Declaration

    Objective-C

    enum DITIdentityType {}