|
|
|
|
|
by bastawhiz
394 days ago
|
|
If I was going to guess, I'd get there's a ton of third party code for things like payment method SDKs. Every local payment method around the world is going to have its own package that you need to import, and you can't just load in new executable code on the fly after the app is installed. |
|