tiki-deprecated / publish-sdk-ios

TIKI SDK (iOS) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
3 stars 2 forks source link

Singleton #167

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

TikiSdk should be a singleton.

By calling the "init" method, a new instance of the SDK is built and saved as the default instance.

All public methods and properties should be static. No public constructor should be available.