You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Evernote says it will switch to Evernote China automatically with their bootstrap system, but my below swift code in AppDelegate doesn't work in Evernote China, is there anything wrong? https://dev.evernote.com/doc/articles/bootstrap.php
// Works without China
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: nil)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: ENBootstrapProfileNameInternational)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: ENBootstrapProfileNameChina)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: "www.evernote.com")
The text was updated successfully, but these errors were encountered:
Hello, Evernote says it will switch to Evernote China automatically with their bootstrap system, but my below swift code in AppDelegate doesn't work in Evernote China, is there anything wrong?
https://dev.evernote.com/doc/articles/bootstrap.php
// Works without China
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: nil)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: ENBootstrapProfileNameInternational)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: ENBootstrapProfileNameChina)
// Doesn't work anywhere
ENSession.setSharedSessionConsumerKey(Key.Evernote.cunsumerKey,
consumerSecret: Key.Evernote.cunsumerSecret,
optionalHost: "www.evernote.com")
The text was updated successfully, but these errors were encountered: