Open arturmichna opened 9 years ago
Facing the same problem. @arturmichna - were you able to fix this at your end?
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.