---
title: "Mirror ◎ - Bewertungen, Einnahmen und Downloads in Vereinigte Staaten | Apple App Store"
description: "No need to carry around a bulky pocket mirror when your iPhone or iPad can do the same thing!  With zoom, night mode, and other handy features, Mirror makes it easy to put on makeup, check your teeth,"
---

# Mirror ◎ — Vereinigte Staaten
> Makeup Cam with Light &amp; Zoom

![Mirror ◎ App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/30/21/db/3021db1b-4056-17db-201b-08a4111492e3/AppIcon-0-0-1x_U007emarketing-0-7-0-0-85-220.png/434x0w.png)

**Developer:** [AppForge](https://apptail.io/de/developer/appforge-Jmi) (Australien)
**Category:** Lifestyle
**Rating:** 4.6/5 (191,625 ratings)
**Price:** Free
**Bundle ID:** com.appcubby.mirror
**Store:** Apple App Store
**Country:** Vereinigte Staaten
**Version:** 3.3.1 (released 2024-05-30)
**Original Release:** 2010-06-30
**Languages:** German, Spanish, English, Italian, Portuguese, Swedish, Chinese, French, Korean, Dutch, Japanese

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/us/app/app/id379516970)
**AppTail Page:** [https://apptail.io/de/app/mirror-wG/united-states](https://apptail.io/de/app/mirror-wG/united-states)

## Mirror ◎ Description
No need to carry around a bulky pocket mirror when your iPhone or iPad can do the same thing!

With zoom, night mode, and other handy features, Mirror makes it easy to put on makeup, check your teeth, or take a quick selfie. You can share images via Twitter, Facebook, Messages, Mail, AirDrop, and more right within the app.

## Mirror ◎ Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/dc/1a/9e/dc1a9e22-998b-237c-1665-bb94cf953e97/ebf0eba4-9bc9-4539-a526-d553ba36dbc3_1.png/1242x2688.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/cd/94/44/cd94449f-38a6-d4cf-7f97-d5bdd178a014/2df0caed-2cda-45ec-b2e7-fe85e65083f2_2.png/1242x2688.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/0f/cd/3c/0fcd3cf4-83ca-890a-6a4b-eefc4c6df2d9/66b7ab91-c80d-42c6-bdf8-a2d6cbfa6b3d_3.png/1242x2688.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/87/ea/54/87ea5448-88d8-8f6b-5727-b9b48a353cd4/eb6b8f75-a2df-4523-803a-25a1db72d8ca_4.png/1242x2688.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/2b/f1/e9/2bf1e921-1215-48e1-fb81-7be0d5a9bc57/f23af788-ca2c-42bd-92b7-df1f538ca9f3_5.png/1242x2688.png)

## Mirror ◎ Rating Breakdown in Vereinigte Staaten
- 5 stars: 152,483 (80%)
- 4 stars: 20,156 (11%)
- 3 stars: 9,380 (5%)
- 2 stars: 3,230 (2%)
- 1 stars: 6,376 (3%)

## Mirror ◎ Reviews in Vereinigte Staaten

### ***-- "Photos question"
A give permission to ADD photos only, but I get the message I haven’t given permission to save photos. Obviously an error. Please fix.
-- respiratorydw, 2024-12-30

### ***** "ALWAYS READY"
Such a helpful device to make sure everything is in place. 

Easy to operate!

Great help!
-- Prodolphius, 2024-12-12

### ***** "Perfect"
It does what it is meant to do ,weather you like it or not . 💯👍
-- 94544ca, 2024-12-10

### ***** "Love it"
Love it
-- Barbie Mendivil, 2024-12-07

### ****- "Mirror"
It’s pretty good but not quite clear enough.
-- Vivian JN, 2024-12-06

### ***** "Mirror"
This helps me out so much thank you
-- JoeJoe1614, 2024-12-02

### ***** "Looks good"
Looks good
-- tushhog71403, 2024-11-30

### *---- "It’s just your camera"
Images are not clear and defined like in a mirror. It’s literally just your camera
-- Huntress4578, 2024-11-24

### ***** "Great app"
This is a superb program!
-- Mamma201, 2024-11-23

### ****- "Took many ads"
It’s annoying
-- Hugo6⚽️🇫🇷, 2024-11-22

### *---- "Too many ads"
Trying to use the mirror and ads keep getting in the way.
-- wsgybfgh, 2024-11-22

### ***** "Always available"
I enjoy this app because it’s always available. I appreciate how handy it is. Mahalo.
-- Kalapanakt, 2024-11-13

### ***** "Convenient!"
Nice to not have to carry a mirror in your purse
when you&#039;ve already have a built in light mirror right in your cell I-phone!
-- Tradermama, 2024-11-13

### ****- "Mirror"
Great little app that I have used for years and absolutely love it! Great job. I love this app!
-- Tnhelen, 2024-11-12

### ***** "Handy App"
I fine it handy for looking behind to see what is going on behind me. Like a rear view mirror.
-- Happy Dad#1, 2024-11-08

### ***-- "Ad"
Too many ad pop ups
-- I&#039;m Gmx, 2024-11-07

### **--- "Null"
Neutron Cell
for (int i = 0; i &lt; GRID_SIZE; ++i) {
        for (int j = 0; j &lt; GRID_SIZE; ++j) {
            // Example rule: if a cell is part of the loop, it becomes a head
            if (grid[i][j] == LOOP) {
                newGrid[i][j] = HEAD;
     
what is the opposite of this? 

for (int i = 0; i &lt; GRID_SIZE; ++i) {
    for (int j = 0; j &lt; GRID_SIZE; ++j) {
        // Opposite rule: if a cell is a head, it becomes part of the loop
        if (grid[i][j] == HEAD) {
            newGrid[i][j] = LOOP;
        }
    }
}
-- so jfki, 2024-11-04

### **--- "Mirror app"
I’d like to give a good review, but I’m disturbed by the photos it takes without me actually trying to do that.  Then I can’t find the photos to delete them
-- Tvillegirl, 2024-11-03

### ***-- "Keeps going dark"
I use this app on a daily basis. Often times the screen just goes dark or the zoom doesn’t work.
-- Jeannie1717, 2024-11-01

### ***-- "It works in a pinch"
Blurry   Can&#039;t use on any small things on your face.
-- Lu Lou Lu, 2024-10-26

[View all Mirror ◎ reviews and detailed analytics on AppTail](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)

## Mirror ◎ In-App Purchases
| Item | Price |
|------|-------|
| Upgrade to Disable Ads | $2.99 |

## Mirror ◎ Store Rankings
| Chart | Country | Category | Rank |
|-------|---------|----------|------|
| Top Kostenlos | Italien | Lifestyle | #224 |
| Top Kostenlos | Belgien | Lifestyle | #226 |
| Top Kostenlos | Ungarn | Lifestyle | #234 |
| Top Kostenlos | Rumänien | Lifestyle | #239 |
| Top Kostenlos | Schweden | Lifestyle | #246 |
| Top Kostenlos | Kasachstan | Lifestyle | #249 |
| Top Kostenlos | Norwegen | Lifestyle | #252 |
| Top Kostenlos | Österreich | Lifestyle | #255 |
| Top Kostenlos | Südafrika | Lifestyle | #256 |
| Top Kostenlos | Libanon | Lifestyle | #270 |
| Top Kostenlos | Tschechien | Lifestyle | #272 |
| Top Kostenlos | Dänemark | Lifestyle | #283 |
| Top Kostenlos | Schweiz | Lifestyle | #296 |
| Top Kostenlos | Irland | Lifestyle | #307 |
| Top Kostenlos | Belarus | Lifestyle | #342 |
| Top Kostenlos | Polen | Lifestyle | #350 |
| Top Kostenlos | Pakistan | Lifestyle | #351 |
| Top Kostenlos | Neuseeland | Lifestyle | #359 |
| Top Kostenlos | Ägypten | Lifestyle | #368 |
| Top Kostenlos | Peru | Lifestyle | #370 |
| Top Kostenlos | Algerien | Lifestyle | #370 |
| Top Kostenlos | Kuwait | Lifestyle | #373 |
| Top Kostenlos | Niederlande | Lifestyle | #387 |
| Top Kostenlos | Philippinen | Lifestyle | #401 |
| Top Kostenlos | Singapur | Lifestyle | #426 |
| Top Kostenlos | Vereinigte Arabische Emirate | Lifestyle | #433 |
| Top Kostenlos | Australien | Lifestyle | #440 |
| Top Kostenlos | Kanada | Lifestyle | #453 |
| Top Kostenlos | Vietnam | Lifestyle | #480 |
| Top Kostenlos | Vereinigtes Königreich | Lifestyle | #491 |

## Mirror ◎ Discovered Keywords
- sib mirror
- face time
- makeup cam
- makeup me
- make up cam
- mirror
- mirrorly
- selfie light
- makeup tips
- camera genius

## Apps Similar to Mirror ◎
- [Felt: Greeting Cards &amp; Gifts](https://apptail.io/de/app/felt-greeting-cards-gifts-tGf/united-states)
- [Magnifying Glass &amp; Mirror](https://apptail.io/de/app/magnifying-glass-mirror-Cak/united-states)
- [Jacquie Lawson Ecards](https://apptail.io/de/app/jacquie-lawson-ecards-Ncx/united-states)
- [Sticker - my emoji maker](https://apptail.io/de/app/sticker-my-emoji-maker-tkH/united-states)
- [Mirror App Ultra](https://apptail.io/de/app/mirror-app-ultra-yNcb/united-states)
- [AARP Now](https://apptail.io/de/app/aarp-now-ZrLb/united-states)
- [Blue Mountain Ecards](https://apptail.io/de/app/blue-mountain-ecards-wjNc/united-states)
- [Healthy Life-Heart&amp;Diet Health](https://apptail.io/de/app/healthy-life-heartdiet-health-LlVd/united-states)
- [American Greetings Ecards](https://apptail.io/de/app/american-greetings-ecards-Jfjg/united-states)
- [HealthBit-Lifestyle&amp;Heart Care](https://apptail.io/de/app/healthbit-lifestyleheart-care-iNuk/united-states)

## Mirror ◎ Available In
- [Vereinigte Staaten](https://apptail.io/de/app/mirror-wG/united-states)
- [Vereinigtes Königreich](https://apptail.io/de/app/mirror-wG/united-kingdom)
- [Japan](https://apptail.io/de/app/mirror-wG/japan)
- [China](https://apptail.io/de/app/mirror-wG/china)
- [Kanada](https://apptail.io/de/app/mirror-wG/canada)
- [Indien](https://apptail.io/de/app/mirror-wG/india)
- [Australien](https://apptail.io/de/app/mirror-wG/australia)
- [Italien](https://apptail.io/de/app/mirror-wG/italy)
- [Niederlande](https://apptail.io/de/app/mirror-wG/netherlands)
- [Südkorea](https://apptail.io/de/app/mirror-wG/south-korea)
- [Frankreich](https://apptail.io/de/app/mirror-wG/france)
- [Deutschland](https://apptail.io/de/app/mirror-wG/germany)
- [Schweden](https://apptail.io/de/app/mirror-wG/sweden)
- [Saudi-Arabien](https://apptail.io/de/app/mirror-wG/saudi-arabia)
- [Schweiz](https://apptail.io/de/app/mirror-wG/switzerland)
- [Sonderverwaltungsregion Hongkong](https://apptail.io/de/app/mirror-wG/hong-kong)
- [Singapur](https://apptail.io/de/app/mirror-wG/singapore)
- [Belgien](https://apptail.io/de/app/mirror-wG/belgium)
- [Malaysia](https://apptail.io/de/app/mirror-wG/malaysia)
- [Vereinigte Arabische Emirate](https://apptail.io/de/app/mirror-wG/united-arab-emirates)
- [Polen](https://apptail.io/de/app/mirror-wG/poland)
- [Südafrika](https://apptail.io/de/app/mirror-wG/south-africa)
- [Israel](https://apptail.io/de/app/mirror-wG/israel)
- [Mexiko](https://apptail.io/de/app/mirror-wG/mexico)
- [Indonesien](https://apptail.io/de/app/mirror-wG/indonesia)
- [Thailand](https://apptail.io/de/app/mirror-wG/thailand)
- [Vietnam](https://apptail.io/de/app/mirror-wG/vietnam)
- [Philippinen](https://apptail.io/de/app/mirror-wG/philippines)
- [Taiwan](https://apptail.io/de/app/mirror-wG/taiwan)
- [Neuseeland](https://apptail.io/de/app/mirror-wG/new-zealand)
- [Irland](https://apptail.io/de/app/mirror-wG/ireland)
- [Tschechien](https://apptail.io/de/app/mirror-wG/czechia)
- [Österreich](https://apptail.io/de/app/mirror-wG/austria)
- [Türkei](https://apptail.io/de/app/mirror-wG/turkey)
- [Ägypten](https://apptail.io/de/app/mirror-wG/egypt)
- [Griechenland](https://apptail.io/de/app/mirror-wG/greece)
- [Pakistan](https://apptail.io/de/app/mirror-wG/pakistan)
- [Ungarn](https://apptail.io/de/app/mirror-wG/hungary)
- [Spanien](https://apptail.io/de/app/mirror-wG/spain)
- [Rumänien](https://apptail.io/de/app/mirror-wG/romania)
- [Nigeria](https://apptail.io/de/app/mirror-wG/nigeria)
- [Dänemark](https://apptail.io/de/app/mirror-wG/denmark)
- [Norwegen](https://apptail.io/de/app/mirror-wG/norway)
- [Kuwait](https://apptail.io/de/app/mirror-wG/kuwait)
- [Ghana](https://apptail.io/de/app/mirror-wG/ghana)
- [Slowakei](https://apptail.io/de/app/mirror-wG/slovakia)
- [Kenia](https://apptail.io/de/app/mirror-wG/kenya)
- [Peru](https://apptail.io/de/app/mirror-wG/peru)
- [Kolumbien](https://apptail.io/de/app/mirror-wG/colombia)
- [Kroatien](https://apptail.io/de/app/mirror-wG/croatia)
- [Libanon](https://apptail.io/de/app/mirror-wG/lebanon)
- [Bulgarien](https://apptail.io/de/app/mirror-wG/bulgaria)
- [Katar](https://apptail.io/de/app/mirror-wG/qatar)
- [Brasilien](https://apptail.io/de/app/mirror-wG/brazil)
- [Chile](https://apptail.io/de/app/mirror-wG/chile)
- [Nepal](https://apptail.io/de/app/mirror-wG/nepal)
- [Jordanien](https://apptail.io/de/app/mirror-wG/jordan)
- [Kasachstan](https://apptail.io/de/app/mirror-wG/kazakhstan)
- [Sri Lanka](https://apptail.io/de/app/mirror-wG/sri-lanka)
- [Finnland](https://apptail.io/de/app/mirror-wG/finland)
- [Senegal](https://apptail.io/de/app/mirror-wG/senegal)
- [Argentinien](https://apptail.io/de/app/mirror-wG/argentina)
- [Oman](https://apptail.io/de/app/mirror-wG/oman)
- [Russland](https://apptail.io/de/app/mirror-wG/russia)
- [Portugal](https://apptail.io/de/app/mirror-wG/portugal)
- [Bahrain](https://apptail.io/de/app/mirror-wG/bahrain)
- [Zypern](https://apptail.io/de/app/mirror-wG/cyprus)
- [Ecuador](https://apptail.io/de/app/mirror-wG/ecuador)
- [Ukraine](https://apptail.io/de/app/mirror-wG/ukraine)
- [Uganda](https://apptail.io/de/app/mirror-wG/uganda)
- [Dominikanische Republik](https://apptail.io/de/app/mirror-wG/dominican-republic)
- [Lettland](https://apptail.io/de/app/mirror-wG/latvia)
- [Algerien](https://apptail.io/de/app/mirror-wG/algeria)
- [Luxemburg](https://apptail.io/de/app/mirror-wG/luxembourg)
- [Tunesien](https://apptail.io/de/app/mirror-wG/tunisia)
- [Slowenien](https://apptail.io/de/app/mirror-wG/slovenia)
- [Litauen](https://apptail.io/de/app/mirror-wG/lithuania)
- [Belarus](https://apptail.io/de/app/mirror-wG/belarus)
- [Panama](https://apptail.io/de/app/mirror-wG/panama)
- [Malta](https://apptail.io/de/app/mirror-wG/malta)
- [Aserbaidschan](https://apptail.io/de/app/mirror-wG/azerbaijan)
- [Uruguay](https://apptail.io/de/app/mirror-wG/uruguay)
- [Armenien](https://apptail.io/de/app/mirror-wG/armenia)
- [Angola](https://apptail.io/de/app/mirror-wG/angola)
- [Honduras](https://apptail.io/de/app/mirror-wG/honduras)
- [Estland](https://apptail.io/de/app/mirror-wG/estonia)
- [Sonderverwaltungsregion Macau](https://apptail.io/de/app/mirror-wG/macau)
- [Mali](https://apptail.io/de/app/mirror-wG/mali)
- [Jamaika](https://apptail.io/de/app/mirror-wG/jamaica)
- [Mauritius](https://apptail.io/de/app/mirror-wG/mauritius)
- [Usbekistan](https://apptail.io/de/app/mirror-wG/uzbekistan)
- [Nordmazedonien](https://apptail.io/de/app/mirror-wG/north-macedonia)
- [Island](https://apptail.io/de/app/mirror-wG/iceland)
- [Brunei Darussalam](https://apptail.io/de/app/mirror-wG/brunei)
- [Madagaskar](https://apptail.io/de/app/mirror-wG/madagascar)
- [Barbados](https://apptail.io/de/app/mirror-wG/barbados)
- [Paraguay](https://apptail.io/de/app/mirror-wG/paraguay)
- [Belize](https://apptail.io/de/app/mirror-wG/belize)
- [Suriname](https://apptail.io/de/app/mirror-wG/suriname)
- [Kaimaninseln](https://apptail.io/de/app/mirror-wG/cayman-islands)
- [Grenada](https://apptail.io/de/app/mirror-wG/grenada)

---

## About AppTail

[AppTail](https://apptail.io/de) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io/de)
- [Top Charts](https://apptail.io/de/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io/de) - Mobile App Intelligence Platform*
