Snapchat / creative-kit-sample

Sample Apps For Creative Kit
Other
139 stars 86 forks source link

Snap failed please try again #84

Closed iostyle closed 10 months ago

iostyle commented 10 months ago
            val snapMediaFactory = SnapCreative.getMediaFactory(appContext)
            var photoFile: SnapPhotoFile? = null;
            photoFile = snapMediaFactory.getSnapPhotoFromFile(file)
            val snapPhotoContent = SnapPhotoContent(photoFile!!)
            SnapCreative.getApi(appContext).send(snapPhotoContent)
image