10.0.0 (2022-07-08)
BREAKING CHANGES
uniqueId
constant is no longer available, use eithergetUniqueIdSync()
orgetUniqueId()
(which now returnsPromise<string>
) instead. This is to conform with app store policies that may reject your app if you access this constant before obtaining consent (thus requiring removal from the set of constants, which are fetched on startup)