Singular-SKAdNetwork-App icon indicating copy to clipboard operation
Singular-SKAdNetwork-App copied to clipboard

Sample apps demonstrating the logic needed to implement SKAdNetwork as an ad network, publisher and advertiser.

Results 7 Singular-SKAdNetwork-App issues
Sort by recently updated
recently updated
newest added

Apple update the document to user prime256v1,so we need to update the skadnetwork-server.

from SingularPublisherSampleApp/ViewController.m ``` // The Ad Network needs to generate different signature according to the SKAdNetwork version. // For OS version below 14.0 we should pass '1.0', and for 14.0...

The example uses p256 but Apple requires p192.

Great implementation example, thank you! Are you going to implement an example for handling postbacks too?

In iOS: 17.4 the `SKStoreProductViewController` `loadProductWithParameters` always fail with an error code 0 and `Invalid configuration for loading product` log in console. The solution is to not subclass SKStoreProductViewController in...

Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

> I tried to create key.pem following https://github.com/starkbank/ecdsa-python: > ``` > openssl ecparam -name secp256k1 -genkey -out privateKey.pem > openssl ec -in privateKey.pem -pubout -out publicKey.pem > ``` > and...