# MeatText

> mobile social networking application

**Wikidata**: [Q116286425](https://www.wikidata.org/wiki/Q116286425)  
**Source**: https://4ort.xyz/entity/meattext

Here’s the structured knowledge entry for **MeatText** based on the provided source material:

---

## Summary  
MeatText is an open-source mobile social networking application developed by Mapbox. It runs on iOS and Android, offering location-based social interactions with a focus on mapping integration. The app was acquired by Mapbox in 2013 and distributed under permissive licenses like BSD and Apache 2.0.

## Key Facts  
- **Developer/Owner**: Mapbox (acquired MeatText on January 16, 2013).  
- **Platforms**: iOS (version 5.0+) and Android (released May 29, 2013).  
- **License**: Dual-licensed under BSD and Apache Software License 2.0.  
- **Latest Version**: 2.1.0 (released June 7, 2013).  
- **Languages Supported**: English, German, Northern Sami, Spanish.  
- **App Store Age Rating**: 12+ (due to infrequent alcohol/tobacco/drug references).  
- **Source Code**: Available on GitHub (repository: `bsudekum/MeatText`).  
- **Input Method**: Touchscreen.  
- **GUI Framework**: Built using PhoneGap.  

## FAQs  
### Q: What is MeatText used for?  
A: MeatText is a mobile social networking app that integrates mapping features, allowing users to share location-based interactions. It was designed for iOS and Android.  

### Q: Is MeatText still available?  
A: The app was last updated in 2013 (version 2.1.0), and its official website (`meattext.com`) is no longer active. However, its source code remains open-source on GitHub.  

### Q: Who created MeatText?  
A: MeatText was developed independently before being acquired by Mapbox, a geospatial technology company, in 2013.  

## Why It Matters  
MeatText represented an early example of location-based social networking, blending mapping technology with mobile communication. Its open-source model allowed developers to explore geosocial interactions, and its acquisition by Mapbox highlighted the growing importance of location data in apps. Though no longer active, its codebase serves as a reference for integrating maps into social platforms.  

## Notable For  
- **Open-Source**: One of the few social apps with publicly available source code (BSD/Apache 2.0 licensed).  
- **Mapbox Integration**: Pioneered mapping features in social networking before mainstream adoption.  
- **Multilingual Support**: Offered rare support for Northern Sami, a less-common language.  

## Body  
### Development and Acquisition  
- Acquired by Mapbox on January 16, 2013.  
- Original developer: Independent (pre-acquisition).  

### Technical Specifications  
- **Programming Language**: Objective-C (iOS), Java (Android).  
- **Framework**: PhoneGap (cross-platform compatibility).  
- **Bundle ID**: `com.MeatText` (iOS), `com.MapBox.MeatText2` (Android).  

### Distribution  
- **iOS**: Available on the App Store (ID: 609348938).  
- **Android**: Released on Google Play (May 29, 2013).  

### Licensing  
- Dual-licensed: BSD and Apache 2.0.  
- Source code repository: [GitHub](https://github.com/bsudekum/MeatText).  

## Schema Markup  
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "MeatText",
  "description": "Open-source mobile social networking application with mapping features.",
  "url": "http://www.meattext.com/",
  "operatingSystem": ["iOS", "Android"],
  "softwareVersion": "2.1.0",
  "datePublished": "2013-06-07",
  "license": "https://spdx.org/licenses/BSD-3-Clause.html, https://www.apache.org/licenses/LICENSE-2.0",
  "developer": {
    "@type": "Organization",
    "name": "Mapbox"
  },
  "applicationCategory": "Social Networking"
}

## References

1. [Source](https://blog.mapbox.com/mapbox-acquires-meattext-mobile-social-mapping-app-b9122da3021b)
2. [Source](https://github.com/bsudekum/MeatText/blob/2adf73603ae4d087b53f8e3aa4e136ef011176bc/MeatText/Classes/AppDelegate.m#L10)
3. [Source](https://blog.mapbox.com/meattext-arrives-on-android-19332275c028)
4. [Source](https://itunes.apple.com/us/app/meattext-by-mapbox/id609348938?mt=8)
5. [Source](https://github.com/bsudekum/MeatText/blob/2adf73603ae4d087b53f8e3aa4e136ef011176bc/MeatText/MeatText-Info.plist#L36)