In App Payments Sdk
object InAppPaymentsSdk
Lets the application read and write the Square application ID via the squareApplicationId property. You can also specify the application ID at build time in the AndroidManifest.xml:
<application>
<meta-data
android:name="sqip.SQUARE_APPLICATION_ID"
android:value="your application id"/>
</application>Content copied to clipboard