Austin Conatser created CB-11598:
------------------------------------

             Summary: iOS base64 output has newline chars
                 Key: CB-11598
                 URL: https://issues.apache.org/jira/browse/CB-11598
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File
         Environment: iOS
            Reporter: Austin Conatser
            Priority: Trivial


NSData+Base64 code requires the selector to explicitly not use separate lines 
by using @"base64EncodedStringWithSeparateLines:false" instead of 
@"base64EncodedString" at CDVFile.m:28. This would make it consistent with the 
Android implementation and allows the base64 data (without string replacement 
workarounds) to be used with NSData initWithBase64EncodedString:.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to