Matt Grande created CB-8037:
-------------------------------
Summary: Deprecation warning in Media plugin (CDVSound.m
Key: CB-8037
URL: https://issues.apache.org/jira/browse/CB-8037
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Media
Affects Versions: 3.6.3
Reporter: Matt Grande
Note: For version, I included my crrently installed version of Cordova. I'm
currently using the Media plugin 0.2.13, but the problem persists in 0.2.14.
XCode is giving me a deprecation warning in {{CDVSound.m}}. The message is:
bq. 'toSuccessCallbackString:' is deprecated: Deprecated in Cordova 3.6. Use
CDVCommandDelegate method sendPluginResult:callbackId instead. This will be
removed in 4.0.0
And here is the offending line in {{getCurrentPositionAudio}}:
{{NSString* jsString = \[NSString stringWithFormat:@"%@(\"%@\",%d,%.3f);\n%@",
@"cordova.require('org.apache.cordova.media.Media').onStatus", mediaId,
MEDIA_POSITION, position, \[result toSuccessCallbackString:callbackId\]\];}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]