Steve Cronin
Steve Cronin
Now that 0.5.0 is supporting macOS - please enhance msgraph-sdk-objc-auth so that it too supports macOS. Please?
Simon; I updated my code to version 47 and got this error when trying to create a contact like so: [sfClient create:@[newSFContact] failBlock:^(NSError *err) {...} completeBlock:^(NSArray*result) {...}]; I'm not aware...
I'm using Xcode 10.3 on macOS 10.14.5 I'm using CocoaPods to manage dependancies. I've used both: pod 'MSGraphClientSDK' and pod 'MSGraphMSALAuthProvider' There are 37 Nullability Issue warnings (double that when...
I have registered an app on Azure AD, it has permissions set for MicrosoftGraph Contacts.ReadWrite. I can obtain the ClientID; clientSecret, authorizationEndpoint(authURI) and tokenEndpoint(tokenURI) from the Azure Dashboard. The readme...