Identities and Security

  • Used to identify a given peer in your network. In practice a peer may be a user, a device, or it might be some other entity in your system.

    You can get up and running quickly by using a development identity and then change to using a production identity when you are preparing to deploying DittoObjC to production.

    See more

    Declaration

    Objective-C

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

    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 {}