GDGapps
GDGapps
Thanks but the problem is that SwifyStoreKit doesn't seem to find the purchase if it was acquired thanks to a in-app promo code...
Hello @ystrot , when I use the MacawView.zoom property, the image still gets pixelated when I pinch. Do you know how can I solve the issue? Thanks
I only enabled the zoom. Maybe it's a problem with the SVG file? Thanks [macawMap.zip](https://github.com/exyte/Macaw/files/5035582/macawMap.zip)
Hello, you have to put the //show consent form **after** // Load successful. So like this ``` //load consent form form.load {(_ error: Error?) -> Void in print("Load complete.") if...
That's Google's fault, I wouldn't bother. It does not impact your app, just wait for them to update the SDK.
@LloydDavid just put a button somewhere in the settings and when the user touches the button have this: `PACConsentInformation.sharedInstance.consentStatus = PACConsentStatus.unknown` so that the user's consent status is unknown and...