I have tried to use AppClipCodeGenerator to generate App Clip Code for my url but always got the error
“Compressed URL too large: The compressed URL byte size exceeds supported payload size of the App Clip Code”
URL: ht tps://swiftylemonade.com?p=33.8644&p1=118.2611
Command to generate code:
AppClipCodeGenerator generate -u 'ht tps://swiftylemonade.com?p=33.8644&p1=118.2611' -f FFFFFF -b 000000 -t cam -o ./appclip-code-sample.svg
However it successfully generated the code when trying with Apple example url which is longer
Apple example URL: https://appclip.example.com/shop?p=123&p1=456&p2=789
Is there any specific requirement for the url?