implementation 'com.apple.itunes.storekit:app-store-server-library:3.3.0' Maven <dependency> <groupId>com.apple.itunes.storekit</groupId> <artifactId>app-store-server-library</artifactId> <version>3.3.0</versio
Breadcrumbs app-store-server-library-java / LICENSE.txt Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 7 lines (4 loc) · 1.02 KB Raw Copyright 2023 Apple Inc. Permission is hereby granted, free of charge, to any person obtain...
-Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches[https://github.com/apple/app-store-server-library-java/pull/127] 5+ 36 ##Version 3.1.0 47 -Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13[https://github.co...
-Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15[https://github.com/apple/app-store-server-library-java/pull/152] 5+ 36 ##Version 3.3.0 47 -Update BaseAppStoreServerAPIClient to move URL selection to a method[https://github.com/apple/app-store...
4 + - Update BaseAppStoreServerAPIClient to move URL selection to a method [https://github.com/apple/app-store-server-library-java/pull/136] 5 5 6 6 ## Version 3.2.0 7 7 - Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [https://github.com...
4 + - Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [https://github.com/apple/app-store-server-library-java/pull/116] 5 + - Handle parsing empty or unexpected bodies on API exceptions without throwing a caused-by exception [https://github...
apple / app-store-server-library-java Public Notifications Fork 44 Star 195 Code Issues 3 Pull requests 4 Actions Security Insights Commit dd6a739 Browse files alexanderjordanbakerauthoredMar 4, 2025·5 / 5· Verified Merge pull request #149 from apple/dependabot/gradle/org.mockito-...
src/main/java/com/apple/itunes/storekit/verification/ChainVerifier.java +57 Original file line numberDiff line numberDiff line change @@ -14,18 +14,32 @@ 14 14 import java.security.cert.PKIXRevocationChecker; 15 15 import java.security.cert.TrustAnchor; 16 16 import java.security....
Bumps org.bouncycastle:bcprov-jdk18on from 1.77 to 1.80. Changelog Sourced from org.bouncycastle:bcprov-jdk18on's changelog. 2.1.1 Version Release: 1.80 Date: 2025, 14th January. ... (t...