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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment