square / in-app-payments-ios

Public repository that hosts the Square In-App Payments SDK iOS binaries
15 stars 6 forks source link

Feature Request: Minimal SDK Version for App Clip Integration #27

Open SpaceboatDVLP opened 3 years ago

SpaceboatDVLP commented 3 years ago

It would be great to have access to a stripped down version of the SDK that is below 10MB, or to have modularized SDK features that developers could pick and choose from. The purpose would be for iOS apps that want to leverage the Square in-app-payments SDK within an App Clip environment, which has a max bundle size of 10MB. Currently, it looks like 1.2.0, 1.3.0, and 1.4.0 all technically fit the requirement, however 1.2.0 is the latest release that still provides devs a little wiggle room with their own app's bundle size.

I'm not sure how realistic this request is because I understand the difficulties of shrinking a framework's size, but I wanted to put it on your radar as it would open a lot of doors for potential applications and use cases within the iOS ecosystem.

Thanks, Spaceboat