Nicolas Prugne
Nicolas Prugne
I was facing the same issue using `CocoaPod` and I finally solved it by running a `pod deintegrate` from this [repo](https://github.com/CocoaPods/cocoapods-deintegrate), followed by a `pod install` and now it builds....
As explained earlier by @stager0909, in practice, the topics system is virtually unusable in most apps. In reality, the jobs that handle the sending of notifications will most of the...
I think it will stop working on June 20, 2024: https://firebase.google.com/support/faq/#fcm-depr-features
Hello, I have the same problem as you. I found a post on [stackoverflow](https://stackoverflow.com/questions/78472055/facebook-ios-sdk-v17-0-error-if-you-are-not-using-limited-login-you-will-need) that seems to explain where the problem comes from. Best regards, Nicolas
@MightySepp666 Like you, I don't understand this step backwards. The `sendAll` method was introduced in the SDK because the use of individual `send` calls wasn't performing well enough. I understand...