-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] image_data_version for iOS #754
Comments
As far as I know, the iOS pack data will be replaced when import again, given that, can you explain why you would like "image_data_version"? |
Does it mean that if we have the same identifier (with some sticker icons
changed only), it still could be replaced in iOS?
Because I checked one app (iOS version) (but not sure if it is using the
source code from your side), when add the sticker pack to whatsapp, it does
not do any replacement, it would treat it as new pack and add to
whastsapp continuously.
As i know "image_data_version" is introduced to android, so i just doubt if
the mechanism should be the same for iOS
…On Fri, Mar 26, 2021 at 1:27 AM Simon Xu ***@***.***> wrote:
As far as I know, the iOS pack data will be replaced when import again,
given that, can you explain why you would like "image_data_version"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#754 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATMVTVY3NHJ7NSSWHS4YTDLTFNXATANCNFSM4ZY3YHDA>
.
|
The issue should have been fixed recently, could you please upgrade your iOS app to latest and try again. |
iOS has a different mechanism of importing, which rely on user manual import, having image_data_version would not make sense. |
noted, thanks, we would try
…On Sat, Mar 27, 2021 at 1:09 AM Simon Xu ***@***.***> wrote:
iOS has a different mechanism of importing, which rely on user manual
import, having image_data_version would not make sense.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#754 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATMVTV3JBHN7S4UQHY5PJVDTFS5VHANCNFSM4ZY3YHDA>
.
|
We did try it on iOS but it failed to override the already imported sticker pack, and it would import as a new sticker pack, attached with the video link for reference: We want to confirm is the fix already included in the master build? Thanks. |
Does iOS support "image_data_version"?
I know andorid version in repo already have the sample code for updating the sticker pack, but not for iOS version.
The text was updated successfully, but these errors were encountered: