Skip to content

Release 3.12.3

Choose a tag to compare

@fhboswell fhboswell released this 23 Nov 20:38
· 94 commits to main since this release
b87060d

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

OneSignal/OneSignal-iOS-SDK#1163
OneSignal/OneSignal-iOS-SDK#1162
OneSignal/OneSignal-iOS-SDK#1161