Posts

Post not yet marked as solved
0 Replies
513 Views
Hello - i'm transitioning my App from paid only to subscription model. I've been able to test in sandbox and parse the Receipt from Apple. Next is the App Store Server Notifications, i setup URL in App Store Connect. But now I need to see what this payload from Apple looks like so I can handle it. This seems like very hard to test, correct? What I did was setup a POST endpoint in my python backend after I liked . I ended up using libary I found https://pypi.org/project/app-store-notifications-v2-validator/. Does anyone have any tips on how to test these notifications from Apple?
Posted
by arminius.
Last updated
.
Post not yet marked as solved
0 Replies
273 Views
I had my iOS app building and working fine, then i add Firebase and rebuilt. Now, I cannot build any more. I have tried the following: clean and rebuild update MacOS which is now Ventura 13.3.1 update XCode which is now 14.3 deleted Dervived Data Appears its a signing issue? Code Signing /Users/<myuser>/Library/Developer/Xcode/DerivedData/BBDT-gzogibsubstvgacmubwmpntqzmbp/Build/Products/Debug-iphoneos/BBDT.app/Frameworks/Alamofire.framework with Identity Apple Development: <my dev username> (<mydevid>) /usr/bin/codesign --force --sign FCB64C6F76CA804229C85ADAFAB2CC2FFA2D821D --preserve-metadata=identifier,entitlements '/Users/<myuser>//Library/Developer/Xcode/DerivedData/BBDT-gzogibsubstvgacmubwmpntqzmbp/Build/Products/Debug-iphoneos/BBDT.app/Frameworks/Alamofire.framework' /Users/<myuser>//Library/Developer/Xcode/DerivedData/BBDT-gzogibsubstvgacmubwmpntqzmbp/Build/Products/Debug-iphoneos/BBDT.app/Frameworks/Alamofire.framework: errSecInternalComponent Command PhaseScriptExecution failed with a nonzero exit code
Posted
by arminius.
Last updated
.