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
according to iOS specification You can't use [UIApplication sharedApplication] in app extensions. While trying to use TSMessages lib in extension it won't compile.
The text was updated successfully, but these errors were encountered:
We currently use another library.
If you want to fix this, you will need to remove all references to UIApplication in TSMessage or write a wrapper on this class to avoid linking to extension and show notifications in other way
CGSize statusBarSize = [UIApplication sharedApplication].statusBarFrame.size;
according to iOS specification You can't use [UIApplication sharedApplication] in app extensions. While trying to use TSMessages lib in extension it won't compile.
The text was updated successfully, but these errors were encountered: