
Enterprise Deployments: Bring Your Own Cloud
Hey folks,
Today we're excited to announce Enterprise Deployments for GrowSDK - giving large organizations the ability to deploy GrowSDK on their own cloud infrastructure while maintaining all the powerful social features that make apps truly engaging.
What This Means for Enterprise Customers
As a big enterprise with millions of users, you want the security that your users and their contact information is not at risk. Data and infrastructure that you can send your auditors - and ensure that you are not opening a new vulnerability while working with the GrowSDK.
Enterprise Deployments give you:
- Complete Control: Your data stays on your infrastructure
- Enhanced Security: No third-party data exposure
- Audit Compliance: Full visibility for your security teams
- Peace of Mind: Zero external dependencies for sensitive contact data
Implementation
Setting up enterprise deployment is straightforward with the new customBaseURL
option in GrowSDKOptions
:
import GrowSDK
// Enterprise deployment configuration
let enterpriseOptions = GrowSDKOptions(
customBaseURL: URL(string: "https://your-company-backend.com")!,
verboseLogging: false,
autoSyncEnabled: true
)
// Initialize with your custom backend
do {
try await ContactsService.shared.initialize(
withToken: "your-server-generated-token",
options: enterpriseOptions
)
print("GrowSDK initialized with enterprise deployment!")
} catch {
print("Initialization failed: \(error.localizedDescription)")
}
The SDK seamlessly works with your custom deployment, maintaining all social features while keeping your data secure within your infrastructure.
Unlock Powerful Social Features
With GrowSDK deployed on your infrastructure, you can build incredible social experiences that drive engagement and retention:
Food & Dining Apps: Imagine seeing what your best foodie friend ate last week! Be inspired and get out of the decision paralysis. Users can discover restaurants through trusted friend recommendations rather than anonymous reviews. Read our DoorDash case study to see how social proof transforms food delivery.
Travel & Hospitality: Get suggestions on where to stay for an Airbnb from friends who've actually been there. Transform isolated travel planning into connected community experiences where every trip builds upon your network's collective wisdom. Explore our Airbnb case study to understand the power of social travel.
Getting Started
Enterprise deployment setup includes:
- Custom backend deployment on your infrastructure
- SDK configuration with your custom endpoints
- Full feature compatibility with hosted version
- Dedicated support for enterprise customers
If you're interested to learn more - please feel free to schedule a demo with us.
For detailed implementation guides and best practices, check out our documentation. To learn more about our approach to privacy and security, visit our privacy overview.
