FastSpring Embedded Store

FastSpring Embedded Store simplifies software purchases by integrating a checkout page directly into the application.

To enable FastSpring Embedded Store, implement some specific delegate methods from DMFsprgEmbeddedStoreDelegate protocol in <DevMateKit/DMActivationController.h> file.

You can use the DevMateKit implementation of the Embedded Store dialog with DMFsprgEmbeddedStoreNative type. In this case, you can manage the behavior of the dialog with delegate methods.

If you want to implement your own Embedded Store dialog, use DMFsprgEmbeddedStoreCustom type. In this case, your delegate should implement -activationController:waitsForCustomFsprgEmbeddedStore: method.

📘

NOTE

You can view an example on GitHub.

To change appearance of the Embedded Store, read Embedded Store Appearance Customization.