Questions tagged [snapchat]

Snapchat is a mobile photo messaging application. Use this tag for programming-specific questions regarding the usage of Snapchat, Snapchat's APIs, or Snap Kit development tools. Questions regarding general usage of the app or platform are off-topic.

Snapchat is a mobile photo messaging application which allows users to take photos, record videos, add text and drawings, and send content to a controlled list of recipients, with read receipts to indicate whether recipients have viewed messages.

Snapchat offers a set of development kits under a collective umbrella called Snap Kit. These include:

Questions using the tag should relate to the usage of Snapchat in a developmental or programmatic context, either through usage of Snap Kit, an API, or some other programming-specific context.

Do not use this tag for non-programming specific or general usage questions about Snapchat or its features, as these are not on-topic on Stack Overflow.

245 questions
1
vote
0 answers

My HTML form using codeigniter works fine in all browsers except Snapchat web browser

I am using Codeigniter in My website and it works very well in all browsers in windows or phones except in snapchat. When I am trying to submit the form I get the message: message undefined index 'clientname' message undefined index…
Turki
  • 19
  • 2
1
vote
0 answers

Does snap pixel trigger outside of snapchat?

According to Snapchat: The 'Snap Pixel' is a piece of JavaScript code that helps you measure the cross-device impact of campaigns. With it you will be able to see how many Snapchatters take action on your website(s) after seeing your ad. This…
ericosg
  • 4,926
  • 4
  • 37
  • 59
1
vote
1 answer

Sending Plain/Text Intent to SnapChat doesn't work

This is my code to send a simple text Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(android.content.Intent.EXTRA_TEXT,"Download this…
Ajay Shrestha
  • 2,433
  • 1
  • 21
  • 25
1
vote
1 answer

how React native horizontal list pick center element id and show on screen

there is a flatlist/listview ,i made it horizontal ,now i wanna get id of item which is on view in middle like in snap chat we select lens selection ,Is there any way to achieve that? i have associated image here
1
vote
0 answers

How do I create custom transition animations similar to Snapchat in Swift on iOS

We're creating an application with a design concept similar to Snapchat. On the base level, we have three Views that are supposed to be horizontally swipeable, with the camera view being in the middle. The Views are also supposed to be selectable…
TomQDRS
  • 875
  • 1
  • 7
  • 20
1
vote
1 answer

How to share image to Snapchat from my android app?

I'm adding share feature in my app, and everything works fine except sharing to Snapchat. When I send "SEND" intent Snapchat only opens it own camera preview and my picture is lost. I tried different things, but nothing helps. Also when I share via…
Ening
  • 455
  • 3
  • 19
1
vote
1 answer

Snapchat Api returns error - invalid StartDateTime - ISO 8601

Currently i'm working on api connector which is pulling marketing data from snapchat api. Everything was flawless until i've reach campaign stats endpoint with granularity "day". Example GET url looks…
Marek Kaliszuk
  • 577
  • 5
  • 21
1
vote
1 answer

Snapchat message button in html

I know if I click href="snapchat://add/http://www.google.com" it will open Snapchat application on the phone and let me add Google Snapchat account. But what im asking is that I want to know how to send message or share a website link. If you share…
user7436601
1
vote
2 answers

Share to snapchat like facebook and twitter?

Is there any way to share to Snapchat like we do in facebook share and twitter share? Example code for Facebook share: var facebookSheet:SLComposeViewController = SLComposeViewController(forServiceType:…
user3804063
  • 809
  • 1
  • 14
  • 32
1
vote
1 answer

Swift: push new navigation controller from an existing navigation controller (like Facebook or Snapchat)

How can one push a new navigation controller from an existing navigation controller, as is done for Facebook's instant articles pictured below? In this case, would you have to create a view controller schema with a master navigation controller with…
aak
  • 67
  • 6
1
vote
0 answers

Reading data from a Snapchat snapcode

I'm trying to read snapcode without the snapchat app and can read the information contained, someone has some information about how it works? Thanks
sabas1080
  • 11
  • 4
1
vote
1 answer

URL that hooks into to Safari

I am building an app that uses a QR Code that someone scans via Snapchat. The link in the QR code is a download link that when in Safari, would allow you to download a VCard. But, Snapchat's WebView doesn't allow one to go to the download screen.…
Theo Strauss
  • 1,281
  • 3
  • 19
  • 32
1
vote
1 answer

Sharing from snapchat to my app

I am unable to figure out how to share a video from SnapChat to my app while WhatsApp can do it without problems so it is possible. Since SnapChat works with a contentprovider I figured I should just query the uri using the android contentresolver…
CantThinkOfAnything
  • 1,129
  • 1
  • 15
  • 40
1
vote
0 answers

How to setup CollectionView Layout?

I am working with the CollectionView. I want CollectionViewLayout like below same as in SnapChat App Discover Page in Objective-c. Please Help me.
Bittoo
  • 579
  • 7
  • 21
1
vote
0 answers

How does Snapchat save videos with overlays Android?

I am adding some Snapchat like functionality to my app and my understanding is that when taking a photo Snapchat just takes a screenshot of the photo with the text or the stickers or whatever and sends it. I am able to replicated that fine. Where I…
SuperBale
  • 341
  • 2
  • 8
  • 20