Search Issue Tracker
Fixed in 2017.1.0f3
Votes
1
Found in
5.5.1f1
Issue ID
882357
Regression
No
[XCode] [iOS] "UNITY_USES_REMOTE_NOTIFICATIONS" is set to 1 by default
Reproduction steps:
1. Create new project
2. Build to iOS platform
3. Open Xcode project
4. Open "Classes/Preprocessor.h" code
5. Notice that "UNITY_USES_REMOTE_NOTIFICATIONS" is by default set to 1:
#define UNITY_USES_REMOTE_NOTIFICATIONS 1
Expected behaviour: "UNITY_USES_REMOTE_NOTIFICATIONS" should be set to 1 only if it is required for the project.
Actual behaviour "UNITY_USES_REMOTE_NOTIFICATIONS" is set to 1 by default.
Reproduced on versions: Unity 5.4.4p4, 5.5.2p1, 5.6.0b10, 2017.1.0a2
Unity 5.3.7p4 build did not have "UNITY_USES_REMOTE_NOTIFICATIONS" defined at all.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Add comment