我正在关注如何使用 React Native 设置 OneSignal 的本指南。在它说的部分中In your Podfile, add the notification service extension...
,它说将以下内容添加到我的 Podfile 中:
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
我认为这已经过时了,因为我的版本react-native-onesignal
是 3.7.2。我应该如何更改我的 Podfile 中的这一行以适应这个新版本?