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

one tap to display edit text and keyboard android

I'm creating an Android app and i need to add text on a picture. I need to do a snapchat-like to add my text : I managed to display an editText when you click on the picture but then i have to tap again on the EditText to display the keyboard. But I…
Matthew Usdin
  • 1,264
  • 1
  • 19
  • 20
0
votes
0 answers

How to programmatically scroll to next view controller in Scroll View Container

I created a scroll view container that houses three view controllers. It's meant to mimic snapchat's swipe layout. however, I can't seem to get a code to manually switch to the next view controller without actually swiping (which I'm not interested…
Andrew Aquino
  • 42
  • 1
  • 8
0
votes
2 answers

iOS Push UIViewController on slide gesture like Snapchat

I have a question about iOS push navigation controllers. I want to push view controller on slide gesture. Just like as in Snapchat application: main view captures images. If you slide from left to right, snapchat messages view smoothly slides…
Jacob Jones
  • 501
  • 2
  • 6
  • 22
0
votes
0 answers

Swipe Image And Have Filter Overlay Along Swipe

For a few days now I've been diligently researching how to get swiping between images with filters working. There is a post that has my exact same issue: Swipe between filtered images Basically I need to swipe between filtered images just like it…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
0
votes
2 answers

Slide UIPageViewController page over the status bar

I am trying to find a clean way to handle UIPageViewController and the status bar. I noticed Snapchat does it perfectly by sliding the viewcontroller OVER the status bar when you are sliding to a new page that does not show the status bar. It looks…
itsAllGood
  • 97
  • 1
  • 3
  • 9
0
votes
1 answer

Display keyboard on UIImage with UIGestureRecognizer and use NSString

I would like to display the keyboard when I tap on the image and use the keyboard for displaying letters I've touched and stock them in a variable NSString. (like Snapchat). How can I display the letters in "live" ? I've made UIGestureRecognizer and…
Vjardel
  • 1,065
  • 1
  • 13
  • 28
-1
votes
1 answer

Snap pixel over-recording purchases on Shopify

My Snap pixel is over-recording purchases whilst other events are also recording incorrect numbers. I'm confident this is due to errors whilst installing the pixel, especially as our website has changed since then. Does anyone know how I could fix…
-1
votes
1 answer

Opening Snapchat with an image

My code is not working from the latest Snapchat update. I've just opened Snapchat with an image like this. final Intent intent = new Intent(Intent.ACTION_SEND); intent.setPackage(ShareConstants.SNAPCHAT_PACKAGE_NAME); final File file = new…
-1
votes
1 answer

Snapchat Url load issue

I have integrated Follow us on Snapchat in my Android application and for that am displaying https://www.snapchat.com/add/danubeco URL in my default web view. This works fine in the Google Chrome but fails to load in the default browser of the…
Jignesh Jain
  • 1,518
  • 12
  • 28
-1
votes
1 answer

Phonegap:- Snapchat Authentication Implementation

I'm working on a project which will use SnapChat authentication in my PhoneGap app. I looked around in the SnapChat API documentation, but i couldn’t find anything about this subject. So my question is, is there any plugin or API available to…
ANJYR
  • 2,583
  • 6
  • 39
  • 60
-1
votes
1 answer

How to execute php code after a certain time like snapchat delete?

I am wondering how company like snapchat execute their delete function. If I am about to design a feature like snapchat which the file(images, videos) will be deleted after 24 hours the video have been uploaded by the specific user is to execute…
dramasea
  • 3,370
  • 16
  • 49
  • 77
-1
votes
1 answer

not found object of type id

i am tying to make my own SnapchatHax and when i am tying to build the app i have a error: Severity Code Description Project File Line Suppression State Error property 'timeIntervalSince1970' not found on object of type 'id' …
-1
votes
1 answer

My script can't access file at temporary location

I have a html for that asks for username, password and image file. Then I use this script to upload it to snapchat story:
Olav Alberts
  • 71
  • 1
  • 1
  • 3
-2
votes
1 answer

How to access Snapchat API

It's my first time here, and all I can say is that this forum/site is awesome, lots of knowledge sharing. Quick question: Does anyone possibly know how to access Snapchat API? I'm trying to make an automation software which would promote my…
iwdnplay
  • 1
  • 1
-2
votes
1 answer

Android libraries and GPS Tracker suggestions

I want to make a Android Application similar to Maps on Snapchat where you can see all your friends in the Map and can track their location, also I need a cheap GPS tracker devices, can you guys suggest any Android libraries so I don't have to code…
1 2 3
16
17