Commit 3e64983
committed
Always set test type to 1 for simulators
Cherry-pick of #1244
Our provision detection in OneSignalMobileProvision is not successfully able to find the embedded mobile provision for simulators. This might only affect Xcode managed provisioning profiles.
This change is a workaround to that issue to always set testType to 1 since simulators need to receive push in the sandbox environment.1 parent 6c0cda3 commit 3e64983
File tree
1 file changed
+5
-0
lines changed- iOS_SDK/OneSignalSDK/OneSignalUser/Source
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
| |||
0 commit comments