Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
2
Found in
2017.2.0b6
Issue ID
941214
Regression
Yes
[Android] Signing fails in case of complex password for keystore/alias
STR:
1. Open attached repro project or create empty one
2. Use attached keystore with passwords for:
- keystore: @*&^FG@#F&FS@uygaeihbsadsda
- alias: ~w#SF%qa;fCeGIE~3zIh67g234f
3. Try to build an apk and signin with this keystore
4. Notice that singing has failed
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
TheGrimm
Aug 19, 2017 22:55
Same problem here!
Lelefant
Aug 17, 2017 21:38
Had the same issue in Version 2017.1.0f3. There was a "%" in my password aswell, which maches the special character in OP's alias.
I would expect Unity to show an error when invalid characters are used in text fields.