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
3
votes
1 answer
3
votes
1 answer

How can I capture photo and video from the same AVCaptureSession?

I'm trying to make a SnapChat-like app. From the same button, I'm willing to allow user to take pictures (touch up inside) and record video (long press). I'm using AVFoundation for it. The tricky part is that I can't make it work properly in the…
Rici
  • 1,014
  • 2
  • 12
  • 21
3
votes
3 answers

Snapchat like buttons over different view controllers

The 3 main snapchat buttons are on the bottom on the screen, but as you swipe and move between different view controllers, they stay in the same position. Not only that, they also shrink and grow depending on which view you are in. I'm trying to…
Useful_Investigator
  • 938
  • 2
  • 8
  • 27
3
votes
1 answer

iOS Custom pop transition - like swiping down on snapchat story

I am trying to create a custom pop transition similar to what snapchat has where when you swipe down on a story the view begins to shrink and the previous view controller can be seen in the background. I don't need it to be that fancy, a shrinking…
toobul
  • 31
  • 4
3
votes
0 answers

displaying a video, adding a UITextfield and saving it to the iphone's album

I am trying to make a snapchat clone. Currently I am working on the camera's video recording portion. I take a video, make a url, and set an MPMoviePlayerController to play it. Add a UITextField to the MPMoviePlayerController.view and save the whole…
HS__HS
  • 103
  • 1
  • 10
3
votes
1 answer

Custom camera in iOS like Snapchat

How does Snapchat make a custom UI for the camera, and how do they put a blur over it? I tried to accomplish the blur by putting a BlurView on top of the ImageView that I make into the camera with UIImagePicker, in override func viewWillAppear(bool…
3
votes
2 answers

Swift: Segue directly to a view controller from camera/UIImagePickerController

In my app, I want the user to be able to be able to take a picture, be presented with the picture, and by tapping the photo a textfield can be added so that they can write on top of the image. This is exactly the same as the functionality of adding…
clfougner
  • 173
  • 1
  • 11
3
votes
1 answer

Is any API or SDK is available for snapchat integration in iOS

How can I integrat snapchat in iOS. Is any API or SDK provided by snapchat like facebook or twitter?
Sumitava Datta
  • 137
  • 1
  • 11
3
votes
1 answer

iOS - How To Set UIScrollView In UIPageViewController To Start Scrolling After Re-enabled

I'm working on a project that has Swipeable Table Cells within a UIPageViewController. The UIPageViewController's UIScrollView is initially disabled. When you swipe the cell, it slowly reveals a button via a UIPanGestureRecognizer and when the…
2
votes
1 answer

Add authorization header to Snapchat login callback using passport js strategy

I'm trying to integrate login using Snapchat to my application. In order to do that I need to add an authorization bearer to the callback request to my application so I can verify the client. According to Snapchat guide I need to use _qs or Axios to…
Azee
  • 329
  • 6
  • 20
2
votes
0 answers

SnapKit Android - Getting IllegalArgumentException when calling send method

Calling the SnapCreativeKitApi.send method with Android compile sdk as 31 throws a IllegalArgumentException. Does Anyone know when we will we get a sdk update from snapchat. The latest sdk version(v1.13.0)[https://kit.snapchat.com/docs/changelog]…
Shangeeth Sivan
  • 2,150
  • 1
  • 20
  • 20
2
votes
0 answers

Use Snapchat Pixel without User Email or Phonenumber

I'm currently working a Pixel for my site and don't know how I set it up without a user email or phone number? The Pixel requires one or both of these parameters to work properly. I want to track how good my ads actually convert. When a user comes…
George
  • 23
  • 4
2
votes
1 answer

Snapchat API error: Something Went Wrong Invalid redirect_uri

I'm getting this snapchat error after trying to setup the api. It allows the user to login and then tells them of this issue. I have tried multiple redirect uris and none have worked so far. Does anyone have suggestions for how to solve this? import…
chackerian
  • 1,301
  • 2
  • 15
  • 29
2
votes
0 answers

MapBox Snap Map Cities boundaries update for SnapChat

I would like to know how we can contact Mapbox team to correct cities boundaries that are not correctly defined. We tried in Snap Map settings MapBox option but that redirects to their main website. Also we found its using openstreetmap and we…
Hitesh
  • 41
  • 1
2
votes
1 answer

PKCE Parameters for Snapchat

I'm attempting to write a django-allauth Provider for Snapchat and I'm stuck at a roadblock. Snapchat requires PKCE parameters. I first changed the AUTH_PARAMS. 'AUTH_PARAMS': { 'code_challenge': 'state', …
Cisar
  • 21
  • 3