IBM / ios-tone-analyzer-app

An iOS application in Swift which analyzes the emotion and tone of natural language
https://console.bluemix.net/developer/mobile/create-app?defaultDeploymentToolchain=&defaultLanguage=IOS_SWIFT&env_id=ibm%3Ayp%3Aus-south&starterKit=a16f3f49-3f8c-37eb-a848-c56d3fb47197&tenantNavMode=true
Apache License 2.0
10 stars 8 forks source link

Improvements #1

Closed christiancompton closed 5 years ago

christiancompton commented 5 years ago
  1. This will not compile: https://github.com/IBM/tone-analyzer-ios/blob/master/toneanalyzerios/AppDelegate.swift#L21 see the same issue in MBaaS.

  2. When instructing the service creation, there is a reference to Cloudant IAM credentials that must be removed.

  3. This suffers from the same problem as visual recognition with the 0.37.0 watson SDK and Xcode9 support.

dolph commented 5 years ago

1 should be addressed by https://github.com/IBM/tone-analyzer-ios/commit/7b24ab2d31ff326ecea41a3939cf979dc7d2ee47

christiancompton commented 5 years ago

Closing as complete.