You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SkylinkAction_GET_MESSAGE_STORED to configure the timeout for getting stored message from server
Add default timeout for getting stored message is 30 seconds
Add new feature: asynchronous message
Encrypt/decrypt message by secret id and secret map in encryptAes256 / decryptAes256 method when sending server messages, both public and private messages
Integrate with App console to checking the app key configured with hasPersistentMessage to implement storing messages on the server
Add new callback for getting stored message asynchronously
Add new APIs for user to use the feature
public property messagePersist, @Property(nonatomic, assign) BOOL messagePersist;
public dictionary encryptSecrets, @Property(nonatomic, copy) NSDictionary * _Nullable encryptSecrets;
public property selectedSecretId, @Property(nonatomic, copy) NSString * _Nullable selectedSecretId;