AzureAD / azure-activedirectory-library-for-objc

The ADAL SDK for Objective C gives you the ability to add support for Work Accounts to your iOS and macOS applications with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
MIT License
177 stars 113 forks source link

Ameyapat/adal-ios14 #1546

Closed ameyapat closed 4 years ago

ryandegruyter commented 3 years ago

@oldalton @ameyapat We're experiencing authentication issues since iOS 14, can this be released? Or could you explain to me how I can build a release?

ameyapat commented 3 years ago

Hi @ryandegruyter, Are you using ADAL or MSAL? If you're using ADAL, Can you open an issue here detailing the problem you're facing? I don't think there were any breaking changes with iOS 14. Can you also provide logs in the issue? Instructions for logging : here

ryandegruyter commented 3 years ago

@ameyapat I made a build with the latest release and added it to my cordova app, everything works fine now thanks!