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
178 stars 113 forks source link

ADAL Ionic [iOS] #1534

Closed GroupeBEL closed 4 years ago

GroupeBEL commented 4 years ago

Hello,

Can someone tell me how to generate an "ADAL FILE" like this one in the repo:

https://github.com/fradali/azure-activedirectory-library-for-cordova/tree/adal-ios-wkwebview/src/ios/ADAL.framework

I just tried to remove uiwebview from the cordova plugin but it still shows me the problem when I push to the store a version and I think that the "ADAL FILE" is the problem.

Thanks.

rohitnarula7176 commented 4 years ago

@webteambel Can you explain why you are trying to remove the UIWebview manually from the framework. Can you try compiling the framework with the latest version of the ADAL library that doesn't use the UIWebview and instead uses the WKWebview.