We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift
SwarmManager.sharedManager.authentication = SkywiseAuthentication( app_id: "18776a24", app_key: "90a92f73279d0addb85b46ebb6798e01" )
Objective C
SwarmManager.sharedManager.authentication = [[SkywiseAuthentication alloc] initWithapp_id:WDTAppID app_key:WDTKey];
Note: Above Swift code works well in AppDelegate.swift but when I use it in my Objective C project, it shows below error:
Objective C error: No visible @interface for 'SkywiseAuthentication' declares the selector 'initWithapp_id:app_key:'
Could someone please guide me through this? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Swift
Objective C
SwarmManager.sharedManager.authentication = [[SkywiseAuthentication alloc] initWithapp_id:WDTAppID app_key:WDTKey];
Note: Above Swift code works well in AppDelegate.swift but when I use it in my Objective C project, it shows below error:
Objective C error:
No visible @interface for 'SkywiseAuthentication' declares the selector 'initWithapp_id:app_key:'
Could someone please guide me through this? Thanks.
The text was updated successfully, but these errors were encountered: