Post

Replies

Boosts

Views

Activity

Reply to can't download custom offer codes lists
ok I was able to do it with the API I followed a medium post called "Generating JWT Tokens for App Store Connect API" to get the signed JWT with my api key (apple won't let me link to it) https://medium.com/xcblog/generating-jwt-tokens-for-app-store-connect-api-2b2693812a35 2) then I went to the download codes link that failed and was able to get the ID from that (copy link address) e.g https://appstoreconnect.apple.com/iris/v1/subscriptionOfferCodeOneTimeUseCodes/#######/values (the ###### is the id) then I was able to make a request 3) > curl -X GET https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes/######/values --HEADER "Authorization: Bearer KEY-GENERATED-IN-STEP-1" which spit out all of the codes you can add "> codes" to the end of command to write to a file called codes
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’23
Reply to How do I get promo codes?
I have a subscription based app and I found the promo codes under the subscription that I wanted to generate codes for then went to View all Subscription Pricing then there's a tab for offer codes. Not sure about a paid app tho. I can't for the life of me download my generated codes. I get a server error every time
Jan ’23
Reply to Run CoreML model crash on VisionPro real device when review by AppStoreConnect
I'm also seeing this fixed in 1.1 beta 2
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Run CoreML model crash on VisionPro real device when review by AppStoreConnect
I had luck using CoreMLTools to convert to "neuralnetwork" instead of "mlprogram" model = ct.convert( traced_model, inputs=[image_input], convert_to="neuralnetwork" )
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to can't download custom offer codes lists
ok I was able to do it with the API I followed a medium post called "Generating JWT Tokens for App Store Connect API" to get the signed JWT with my api key (apple won't let me link to it) https://medium.com/xcblog/generating-jwt-tokens-for-app-store-connect-api-2b2693812a35 2) then I went to the download codes link that failed and was able to get the ID from that (copy link address) e.g https://appstoreconnect.apple.com/iris/v1/subscriptionOfferCodeOneTimeUseCodes/#######/values (the ###### is the id) then I was able to make a request 3) > curl -X GET https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes/######/values --HEADER "Authorization: Bearer KEY-GENERATED-IN-STEP-1" which spit out all of the codes you can add "> codes" to the end of command to write to a file called codes
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to can't download custom offer codes lists
same here, haven't found a fix. going to try to use the api and will report back
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to How do I get promo codes?
I have a subscription based app and I found the promo codes under the subscription that I wanted to generate codes for then went to View all Subscription Pricing then there's a tab for offer codes. Not sure about a paid app tho. I can't for the life of me download my generated codes. I get a server error every time
Replies
Boosts
Views
Activity
Jan ’23