Posts

Post not yet marked as solved
0 Replies
255 Views
Hi guys! Has anyone already created Custom Product Page for his app on AppStore and have it now live? I would like to test how redirect works from my sample app to CPP on AppStore, but could not find any example URL yet. Could you please share such URL if you have one? I would appreciate a lot! Thank you
Posted
by Elena-20.
Last updated
.
Post not yet marked as solved
8 Replies
1k Views
Previously in documentation for registering ad network (https://developer.apple.com/documentation/storekit/skadnetwork/registering_an_ad_network?language=objc) it was written that private-public keys should be generated using prime192v1 curve. We've generated our keys according to the doc. We are still successfully receiving SKAdNetwork v2 postbacks with our keys. Now it is written that curve should be prime256v1. Should we regenerate our keys and send new public key to Apple? What is the process of updating public key? Does anyone already updated from p192 to p256 and is receiving postbacks with updated keys? Thanks in advance!
Posted
by Elena-20.
Last updated
.
Post not yet marked as solved
2 Replies
645 Views
Could you please explain why SKOverlay doesn’t appear when all set of needed for SKAdNetwork v2 parameters is passed to it’s configuration? I’m using “setAdditionalValue:forKey:” as described here https://developer.apple.com/documentation/storekit/skoverlayappconfiguration/3566716-setadditionalvalue?language=objc. I’m setting all key-value pairs needed for SKAdNetwork v2 - and calling “presentInScene:” method of SKOverlay - SKOverlay is not presented. Now, for example I’m removing key-value pair for “nonce” - and SKOverlay is presented. But SKAdNetwork attribution flow won’t be started since one parameter is missing, right? What should I do? Thanks in advance! p.s. in Xcode logs there are the following messages when SKOverlay does not appear: 2020-09-27 21:35:54.422906-0700 SKOverlayTest[541:33370] [lifecycle] [u 9CD44E4F-76A5-43EA-B7B9-074EDCE7C77E:m (null)] [com.apple.AppStoreOverlays.ViewService(1.0)] Connection to plugin interrupted while in use. 2020-09-27 21:35:54.424559-0700 SKOverlayTest[541:33370] [lifecycle] [u 9CD44E4F-76A5-43EA-B7B9-074EDCE7C77E:m (null)] [com.apple.AppStoreOverlays.ViewService(1.0)] Connection to plugin invalidated while in use. 2020-09-27 21:35:54.425056-0700 SKOverlayTest[541:33299] viewServiceDidTerminateWithError:: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}
Posted
by Elena-20.
Last updated
.