Piani e prezzi

Plans & pricing

Inizia gratis, espandi quando vuoi. Nessun abbonamento, paghi una volta sola.

Start free, expand whenever you want. No subscription, you pay just once.

🎉 Gratis per sempre

Inizia senza spendere nulla

Get started without spending a thing

Scarica CitySpotter e inizia subito ad esplorare. Le città principali di ogni paese sono sempre disponibili gratuitamente — senza carte di credito, senza abbonamenti.

Download CitySpotter and start exploring right away. The main cities in every country are always free — no credit card, no subscription.

  • Città principali visibili in ogni paese
  • Main cities visible in every country
  • Etichette nella fotocamera in tempo reale
  • Real-time camera labels
  • Mappa interattiva inclusa
  • Interactive map included
  • Funziona senza internet
  • Works without internet
0€

per sempre, nessun trucco

forever, no catch

🍎 Scarica gratis Download free
🍎 iOS 17+ 🤖 Android — prossimamente 🤖 Android — coming soon
FAQ

Domande frequenti

Frequently asked questions

Devo pagare per usare l'app?

Do I have to pay to use the app?

No. CitySpotter è gratuita e le città principali di ogni paese sono sempre disponibili senza costi. I piani a pagamento servono solo per sbloccare tutte le città, comprese quelle più piccole.

No. CitySpotter is free and the main cities in every country are always available at no cost. Paid plans are only to unlock all cities, including smaller ones.

È un abbonamento mensile?

Is it a monthly subscription?

Assolutamente no. Ogni acquisto è una tantum: paghi una volta sola e le città rimangono sbloccate per sempre, senza rinnovi automatici.

Absolutely not. Every purchase is one-time: you pay once and the cities remain unlocked forever, with no automatic renewals.

Dove vengono gestiti i pagamenti?

Where are payments handled?

Tutti gli acquisti passano direttamente per Apple, tramite il normale sistema dell'App Store. CitySpotter non vede né conserva i tuoi dati di pagamento.

All purchases go directly through Apple, via the normal App Store system. CitySpotter never sees or stores your payment data.

Posso usare i pack su più dispositivi?

Can I use packs on multiple devices?

Sì. Grazie al sistema di acquisti di Apple, puoi ripristinare i tuoi acquisti su qualsiasi dispositivo collegato al tuo account Apple ID.

Yes. Thanks to Apple's purchase system, you can restore your purchases on any device linked to your Apple ID account.

.free-banner { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 1.5px solid rgba(16,185,129,.3); border-radius: var(--radius-lg); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; } .free-banner-left { flex: 1; min-width: 260px; } .free-badge { display: inline-block; background: var(--green); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; } .free-banner h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 10px; } .free-banner p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; } .free-feats { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 18px; } .free-feats li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-dark); } .free-feats li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 1rem; } .free-banner-right { text-align: center; } .free-price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 3.5rem; color: var(--green); line-height: 1; } .free-price-sub { color: var(--text-muted); font-size: 0.85rem; margin-top: 4px; } .paid-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--text-dark); margin-bottom: 8px; } .paid-subtitle { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 32px; } .paid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; } .paid-card { background: var(--surface); border: 1.5px solid var(--border-light); border-radius: var(--radius-lg); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; transition: all .3s; } .paid-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.1); } .paid-card.featured { border-color: rgba(249,115,22,.4); box-shadow: 0 0 0 4px rgba(249,115,22,.07); } .plan-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; width: fit-content; } .pb-country { background: rgba(14,165,233,.12); color: #0369a1; } .pb-continent{ background: rgba(139,92,246,.12); color: #6d28d9; } .pb-world { background: rgba(249,115,22,.12); color: #c2410c; } .paid-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.25rem; } .paid-card .desc { color: var(--text-muted); font-size: 0.88rem; line-height: 1.65; } .paid-feats { list-style: none; display: flex; flex-direction: column; gap: 8px; } .paid-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; } .paid-feats li::before { content: '✓'; color: var(--orange); font-weight: 700; flex-shrink: 0; } .plan-cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--orange); color: #fff; font-weight: 600; font-size: 0.9rem; padding: 12px 20px; border-radius: 10px; border: none; cursor: pointer; transition: all .2s; } .plan-cta:hover { background: #ea6a0a; } .plan-cta.outline { background: transparent; color: var(--text-muted); border: 1.5px solid var(--border-light); } .plan-cta.outline:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-light); } .faq-section { background: var(--light2); } .faq-list { max-width: 700px; margin-top: 48px; display: flex; flex-direction: column; gap: 16px; } .faq-item { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 24px 28px; } .faq-item h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 8px; } .faq-item p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

Piani e prezzi

Plans & pricing

Inizia gratis, espandi quando vuoi. Nessun abbonamento, paghi una volta sola.

Start free, expand whenever you want. No subscription, you pay just once.

🎉 Gratis per sempre

Inizia senza spendere nulla

Get started without spending a thing

Scarica CitySpotter e inizia subito ad esplorare. Le città principali di ogni paese sono sempre disponibili gratuitamente — senza carte di credito, senza abbonamenti.

Download CitySpotter and start exploring right away. The main cities in every country are always free — no credit card, no subscription.

  • Città principali visibili in ogni paese
  • Main cities visible in every country
  • Etichette nella fotocamera in tempo reale
  • Real-time camera labels
  • Mappa interattiva inclusa
  • Interactive map included
  • Funziona senza internet
  • Works without internet
0€

per sempre, nessun trucco

forever, no catch

🍎 Scarica gratis Download free
🍎 iOS 17+ 🤖 Android — prossimamente 🤖 Android — coming soon
FAQ

Domande frequenti

Frequently asked questions

Devo pagare per usare l'app?

Do I have to pay to use the app?

No. CitySpotter è gratuita e le città principali di ogni paese sono sempre disponibili senza costi. I piani a pagamento servono solo per sbloccare tutte le città, comprese quelle più piccole.

No. CitySpotter is free and the main cities in every country are always available at no cost. Paid plans are only to unlock all cities, including smaller ones.

È un abbonamento mensile?

Is it a monthly subscription?

Assolutamente no. Ogni acquisto è una tantum: paghi una volta sola e le città rimangono sbloccate per sempre, senza rinnovi automatici.

Absolutely not. Every purchase is one-time: you pay once and the cities remain unlocked forever, with no automatic renewals.

Dove vengono gestiti i pagamenti?

Where are payments handled?

Tutti gli acquisti passano direttamente per Apple, tramite il normale sistema dell'App Store. CitySpotter non vede né conserva i tuoi dati di pagamento.

All purchases go directly through Apple, via the normal App Store system. CitySpotter never sees or stores your payment data.

Posso usare i pack su più dispositivi?

Can I use packs on multiple devices?

Sì. Grazie al sistema di acquisti di Apple, puoi ripristinare i tuoi acquisti su qualsiasi dispositivo collegato al tuo account Apple ID.

Yes. Thanks to Apple's purchase system, you can restore your purchases on any device linked to your Apple ID account.