Post

Replies

Boosts

Views

Created

Store Server API
Hello, We are trying to request info about the transaction history of some users and we cannot generate properly the JWT needed for the operation. We've followed the API docs step by step but I guess there is something bad that we don't know. Is it possible that you provide us an example of code (if it is possible in node or postman script) that generates a valid JWT to call the Store Server API? We've tried to sign this JWT manually and also using this custom library https://github.com/agisboye/app-store-server-api but nothing of this worked. Could you give us some help on this? Regards
2
0
945
Oct ’22
Apple Server Notification
Hi All. We am doing implementation Apple Notification Server version 2. We can see in the documentation this: https://developer.apple.com/documentation/appstoreservernotifications/responsebodyv2decodedpayload In the response, we will have a JSON with this key "signedPayload" but we cannt see always in enviroment SANDBOX this key. For we can pass to Producction, we want know if this is right, or we will have that change code. We get: JSON And we hope: ResponseApple.json
0
0
811
Oct ’22
Problem with AVPlayer error
Hi. I try to reproduce a streaming in my AvPlayer but I have this error: NSConcreteNotification 0x281b850b0 {name = AVPlayerItemFailedToPlayToEndTimeNotification; object = <AVPlayerItem: 0x2815aa060, asset = <AVURLAsset: 0x2816d4640, URL = URLSTREAMING>>; userInfo = { AVPlayerItemFailedToPlayToEndTimeErrorKey = "Error Domain=AVFoundationErrorDomain Code=-11800 "No se ha podido completar la operaci\U00f3n" UserInfo={NSLocalizedFailureReason=Se ha producido un error desconocido (-12976), NSLocalizedDescription=No se ha podido completar la operaci\U00f3n, NSUnderlyingError=0x281b85770 {Error Domain=NSOSStatusErrorDomain Code=-12976 "(null)"}}"; }} I know that it is related to the metadata of the signal. But I don't know what is the cause of this error. Somebody could help me? Thanks greetings
2
0
1k
Sep ’21