Skip to content

[Due for payment 2025-08-11] Add Applause upload to iOS/Android #67115

Description

@AndrewGable

Problem

The applause automation team needs the iOS/Android apps uploaded to a specific URL in order to sign them so they can run automated tests on them.

Solution

We need to upload the APK/IPA file like we do to Browserstack in the publish.yml file.

iOS builds [ipa files]
curl -F "file=@/Users/jgarcia/Desktop/Expensify9.1.84.ipa" "https://api.applause.com/v2/builds?name=Expensify_9.84&productId=36005" -H "X-Api-Key: <API_KEY>"

Android builds [apk files]
curl -F "file=@Expensify9.1.84.apk" "https://api.applause.com/v2/builds?name=Expensify_9.84&productId=36008" -H "X-Api-Key: <API_KEY>"

Important!
file=LocationOfTheBuilds
name=NameOfTheBuild without .ipa/apk

Metadata

Metadata

Assignees

Labels

Awaiting PaymentAuto-added when associated PR is deployed to productionInternalRequires API changes or must be handled by Expensify staffWeeklyKSv2

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions