OneSignal / OneSignal-XCFramework

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com. This Repository hosts OneSignal's XCFramework to be used with Swift Package Manager
Other
26 stars 4 forks source link

Release 3.12.3 #51

Closed fhboswell closed 1 year ago

fhboswell commented 1 year ago

Check if app_id is in url path

app_id must be included with each request. In order to reduce load on the server we fail requests early on the client that we know will fail on the server. Currently the check in OneSignalRequest looks for app_id in the body as a param. However there is another valid way to send the app_id that is after "/apps" in the path".

PRs included in this release

https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1163 https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1162 https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1161


This change is Reviewable