Closed junalmeida closed 6 years ago
Current version of cordova-plugin-hockeyapp have the following js signature:
var hockeyapp = { start: function(success, failure, appId, autoSend, checkForUpdateMode, ignoreDefaultHandler, createNewFeedbackThread, loginMode, appSecret) {
The typings of your module have:
start(androidAppId: string, iosAppId: string, sendAutoUpdates: boolean, ignoreErrorHeader: boolean): Promise<any>;
I guess that this is not matching
Closed because you implement abstraction over official sdk
Current version of cordova-plugin-hockeyapp have the following js signature:
The typings of your module have:
I guess that this is not matching