iOS-MAS-Foundation icon indicating copy to clipboard operation
iOS-MAS-Foundation copied to clipboard

iOS Mobile SDK for CA Mobile API Gateway - MASFoundation Framework

Results 18 iOS-MAS-Foundation issues
Sort by recently updated
recently updated
newest added

…can still be used and may lead to unnecessary crash upon MAS stop

Issue: https://github.com/CAAPIM/iOS-MAS-Foundation/issues/285 This PR implements option 1 described in the issue. This has no impact on existing users as the same parameters can still be sent to the request builder...

PR: https://github.com/CAAPIM/iOS-MAS-Foundation/pull/291 Currently the MASRequest builder only accepts an `NSDictionary` as the request body. This is an issue as not all (of our) endpoints expect a dictionary as the root...

Try building on Apple Silicon and linking to current release framework.

When using the ``` + (void)invoke:(nonnull MASRequest *)request taskBlock:(nullable MASDataTaskBlock)taskBlock completion:(nullable MASResponseObjectErrorBlock)completion; ``` function passed headers not send, while they are used in the other invoke function: ``` + (void)invoke:(nonnull...

# Issue Currently a `SFSafariViewController` is used for browser based authentication. This is fine as long as cookie sharing is not needed between multiple browser instances; However some social logins,...

I'd like to be able to integrate this SDK with Swift Package Manager.

Hi Support Team, I have been using MAG SDK for my iOS application, It seems there is bug in SDK. **Renwal** process uses **PUT** method and request and response type...

Hi Support Team, I have been using MAG SDK for my iOS application, It seems there is bug in SDK. Renwal process uses "PUT" method and request and response type...

When using `[MASDevice resetLocally]()` in some situations, the app result in a crash as the follow stack trace ``` Last Exception Backtrace (0) #5 (null) in -[MASIMutableOrderedDictionary setObject:forKey:] () #6...