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
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
- 'Shader warning in 'Hidden/HDRP/DebugFullScreen': HLSLcc: Large chunk of constant data detected' after building HDRP project
- [Android] An app reload is required to fill the whole Viewport when unfolding a Pixel Fold device with the Allowed-Orientations set to only Landscape
- [OpenGL][PowerVR] The screen behind the Canvas is rendered white when an Overlay Camera is rendering the Canvas in the Player
Add comment