Coder Social home page Coder Social logo

stickers's People

Contributors

abdulelahragih avatar amrit-1901 avatar arnemoor avatar arvind-codes avatar aymen94 avatar btpluez28301 avatar carstenhag avatar chan1 avatar cpinan avatar dadederk avatar damageesp avatar dhartwich1991 avatar emrcftci avatar fabio-negri avatar josevarghese avatar juandelacruz23 avatar lihkg-foresight avatar marvinjwendt avatar mb175 avatar mskina avatar pranavgade20 avatar rahilsh avatar samirmokiem avatar sarankumar-ns avatar simonzhexu avatar sofyafreyman avatar tjhorner avatar viztushar avatar zandor300 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stickers's Issues

Allow to use openFile in Android ContentProvider

We are creating app that allows to generate stickers based on user face. Right now we could not add these stickers to WhatsApp because every user generate their own sticker pack from template with their own face and images could not be stored in "assets" folder.

Without "openFile" support it seems impossible to add such stickerpacks to WhatsApp on Android.

Do you have plans to add "openFile" support?

Stickers limit (30)

Can I exceed the limit of 30 stickers? Whatsapp don't support more than 30 stickers/pack? Why exist if-statement <= 30?

App Store icon is unassigned, and un-assignable

Hello,

I have followed the guide located here to producing a WhatsApp sticker pack using the sample app. However, I have run in to a problem when building to run in the simulator. I get the following error message:

Ambiguous Content
The app icon set "AppIcon" has an unassigned chid.

That unassigned child resides inside the "Assets.xcassets" folder. It is named Cuppy_1024.png in the sample app, which would ideally be replaced by my own 1024x1024 App Store icon.

Inside the pane for the "Assets.xcassets" folder that "Cuppy_1024.png" file shows at the bottom as "unassigned", aka it does not correspond to any particular "bucket" like the others do (e.g. iPhone App iOS 7-10 60pt x2 and x3 icons, which I have been able to replace successfully).

What to do?

I have tried adding a new bucket by right clicking inside that pane > Add Assets > App Icons & Launch Images > New iOS App Icon. However, that loads a new set of icons NONE OF WHICH ARE AN APP STORE ICON. So I am stumped as to:

1/ Why Cuppy_1024.png is unassigned
2/ How to create an App Store icon bucket so I can assign an icon to it

The build won't occur without this being resolves.

Any help would be greatly appreciated.
G.

When I click add do whatsapp nothing happens

Hi, I was trying the vanilla version, no modifications. When I build, everything seens to occur correctly, except that when I click on the button to add the sticker, the Intent is not opened so I can try to add the sticker pack.

I put a break point te debug hoping that some exception was being throw but... nothing.

It don't throw any exception, looks like the intent was called correctly, but nothing happened.

Anyone had this same problem?

When i press on the real phone the button of addd to whatsapp, the app crashes

When i press on the real phone the button of addd to whatsapp, the app crashes, and show a message that says"whatsapp has stopped working" and don't add the stickers to whatsap, i don't know what happen, i tried with the app without change anything and works, i change the images to the mines, and doesn't works and i dont know why, i had change the app id, and the JSON from the stickers, If someone can help me, I put the app here to try it with Android studio https://drive.google.com/file/d/1K1LYCQbAiqYv6y9gmGoNBUqSDzj2Cy2I/view?usp=sharing

iOS - App review rejected

Not really a code issue, but I thought that I might let you know: Just followed your guide for iOS and app review was rejected for several reasons:

Guideline 2.3.3 - Performance - Accurate Metadata
I have included only one screenshot of the main screen of application, but they decided that it is not enough. Almost sure that I can't include screenshots of WhatsApp so not sure what else can I do here.

Guidelines 2.3.7 - Performance - Accurate Metadata
My app name has WhatsApp as part of it's name because I thought that it is appropriate to use it here because it is designed specifically for WhatsApp, and does not do anything on it's own. Apple review team thinks another way.

Guideline 4.2 - Design - Minimum Functionality
This is the most serious reason they gave me. They have found that usefulness of this app is limited...

I have submitted an appeal and waiting for their answer. It might be good to update readme to cover some of this topics, I am sure that I will not be the only one to be rejected.

Error when testing on phone

img_4522

Translation: "There is a problem with this stickerpack and it cannot be added to whatsapp".

There are no other errors in the debug window... please advice...

iOS Build - A Ton of Error Messages

I have used the sample app for iOS to build my WhatsApp sticker pack in XCode. I followed the steps located in this tutorial.

Once I completed all steps in the tutorial, I attempted to build and run on a simulator iPhone 7 Plus.

I have been met with a plethora of error messages, few (none...) of which pertain to the images I uploaded or any of the data I changed myself.

screen shot 2018-10-29 at 13 58 16 1

As an example of a bundle of errors. This was rectified by re-writing the string. Easy enough.

However, having fixed an initial 7 bugs, I am now faced with 21 new error messages on my attempted build-and-run that pertain to all sorts in the Swift code and UI code that goes way beyond my competencies. See below for a screen grab of the 21 errors I am currently looking at:

screen shot 2018-10-29 at 14 15 42

As you can see, it's things like UINavigationItems not having the members that are defined in the code.

Plus:

screen shot 2018-10-29 at 14 18 16

Binary operators can not be applied to certain operands as per the above screenshot.

How do I fix all this? Can anyone help?

Thank you.

Thread 1: signal SIGABRT

Hey, I have the following problem:
When I try to build the app, this error message comes up

Thread 1: signal SIGABRT

I do not know what I'm doing wrong. I also attached a screenshot.
thank you in advance & sorry for my bad english
screenshot at okt 28 16-29-26

You

You should start with some sort

Custom Sticker doesn't finish loading for others

Note: I haven't published the app yet. I've followed instructions on modifying the sample app and it seems to work "correctly" by adding my new stickers.

However, when I send any of my newly added stickers, they never finish loading on the other side, and it doesn't even show the first tick if it's sent in a direct PM.

Is publishing the app on the store a prerequisite for stickers to work? Or is there another problem causing this.

stickers

hope to add th
shabab
is sticker to whatsapp

code

what is the code for the button used to add the stickers to Whatsapp?

Is it possible to load stickers from storage?

I need to create and load stickers from external or internal storage. Only works if the stickers are in the assets folder?

Im trying to export the file content of my internal storage but whatsapp not load the sticker pack.

Any help will be welcome. Thanks in advance

Virus

I built my .apk and uploaded it on my device (J7 2016 OS Android 7.0 Oreo). I installed it and then the play store detects it like a virus. I used the sample app, so I don't know the why.

app crashes when opening

When opening the app the app crashes.
It says

W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=generic --instruction-set-features=default --dex-file=/data/app/com.normalcat.samplestickerapp-2/split_lib_dependencies_apk.apk --oat-file=/data/dalvik-cache/arm64/data@[email protected]@[email protected]) because non-0 exit status

Here is the app folder:
https://drive.google.com/drive/folders/1RLvrjNss1Ozyr2p4GS0UlMWgTiMicm8-

Sell WhatsApp stickerpack

Hi, is it allowed to sell a sticker pack on Google Playstore/Apple AppStore?
As seen in this repo, the packs are licensed under BSD, so selling should be no problem. But is it against WhatsApp's Terms of Service?

Android Error parsing webp image

I am keep getting this error!

E/EntryActivity: error fetching sticker packs
    java.lang.IllegalStateException: Error parsing webp image, sticker pack identifier:1, filename:01_MajedHD_Designer.webp

Please help.
Thanks,

[Android] Add to whatsapp button unresponsive

Summary

Uncertain if this is relevant to the sample app or Whatsapp support

Selecting the add to Whatsapp button is not returning any feedback to me, and I am unable to find the stickerpack in Whatsapp.

The button just registers a press event and does nothing further

Phone used in test: Samsung Galaxy S2
Android version 4.1.2

10-27 12:17:08.901 2137-2205/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.17562 ]
10-27 12:17:08.901 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x0
10-27 12:17:08.901 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x0
10-27 12:17:08.901 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x0
10-27 12:17:08.951 2137-2205/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
10-27 12:17:08.951 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
10-27 12:17:08.956 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
10-27 12:17:08.956 2137-2204/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
10-27 12:17:08.961 2137-24031/? I/power: *** acquire_dvfs_lock : lockType : 1  freq : 1000000 
10-27 12:17:08.961 2137-24031/? D/PowerManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1000000  uid : 1000  pid : 2137  tag : ActivityManager
10-27 12:17:08.961 2137-24031/? W/ActivityManager: mDVFSLock.acquire()
10-27 12:17:09.001 2137-2635/? D/WindowManager: PhoneWindowManager: focusChangedLw
10-27 12:17:09.001 2137-2635/? D/KeyguardViewMediator: setHidden false
10-27 12:17:09.001 2137-2635/? D/WindowManager: mInputFocus is not null.
10-27 12:17:09.001 2137-2635/? D/WindowManager: mInputFocus is not null.
10-27 12:17:09.001 2137-2635/? D/WindowManager: mInputFocus is not null.
10-27 12:17:09.016 2137-2879/? D/WindowManager: PhoneWindowManager: focusChangedLw
10-27 12:17:09.016 2137-2879/? D/WindowManager: mInputFocus is not null.
10-27 12:17:09.041 2137-2149/? D/KeyguardViewMediator: setHidden false
10-27 12:17:09.041 2137-2195/? D/KeyguardViewMediator: setHidden false
10-27 12:17:09.041 2137-2340/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42c7a008 attribute=null
10-27 12:17:09.056 2137-2195/? D/KeyguardViewMediator: setHidden false
10-27 12:17:09.056 2137-2137/? D/KeyguardViewMediator: setHidden false
10-27 12:17:09.961 2137-2178/? I/power: *** release_dvfs_lock : lockType : 1 
10-27 12:17:09.961 2137-2178/? D/PowerManagerService: releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released 
10-27 12:17:09.961 2137-2178/? W/ActivityManager: mDVFSLock.release()

Please assist.

Edit

Whatsapp beta is required for this to work, however I feel the app should be responsive in telling the user that Beta is required if the install button is being unresponsive.

when adding package app crash

i'musing free iOS developer account, when I test the app on my iPhone it works but when I click add to whatsapp it crashed, any ideas? is it because of free account?

[Android]Could not fetch from content provider

when i installed app it directly shows below message
Error : could not fetch from content provider, Com.domainname.appname.StickerContentprovider

so how can i overcome this ? :
my logcat displaying following

screenshot 286

iOS - webp crashed app

I have tried to include webp instead of png but the app didn't recognize it and crashed

error :

Thread 4: Fatal error: test.webp not found.

ps. I have export the webp from Pixelmator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.