Ihar Patsousky
Ihar Patsousky
Faced the same problem. Looks like this is great change
I faced the same issue. @anhhtbk found correct solution. It looks like the bug in this method. Found 2 ways to solve: 1. Use fix by @anhhtbk instead. ``` -(BOOL)isLeftPointContainedWithinBezelRect:(CGPoint)point...
Tested with SDK version 1.0.1, issue is still the same. Here is sample project, that can show issue: https://github.com/accidbright/PACConsentSample Here are the response headers: { URL: https://adservice.google.com/getconfig/pubvendors?es=2&plat=ios&v=1.0.1&pubs=pub-0123456789012345 } { Status...
Already found the issue by myself. There is encoding problem. According to [official Apple docs](https://developer.apple.com/documentation/foundation/nsjsonserialization/1415493-jsonobjectwithdata?language=objc) the method `JSONObjectWithData:options:error:` expects UTF encoding: > The data must be in one of the...