[TIMOB-17020] iOS Apps with a period at the end of the name are not able to submit to the store
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2016-04-08T11:21:37.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | ios |
| Reporter | César Cavazos |
| Assignee | Chee Kiat Ng |
| Created | 2014-05-22T13:26:22.000+0000 |
| Updated | 2016-04-08T11:21:37.000+0000 |
Description
Bug
If intiapp.xml I have <name>Sport Instr.</name> then the CFBundleURLSchemes becomes sportinstr_ which is not valid because Apple doesn't allow it to end with _.
This needs a little more work at https://github.com/appcelerator/titanium_mobile/blob/85b3c33f81c853fd273ee1b025e1d87573997f03/iphone/cli/commands/_build.js#L1710
Duplicates TIMOB-13523