I was trying out this package and faced some issues so I thought to address those.
Issues:
Android:
I had an error in my AndroidManifest.xml file for the package name but in the log, I was getting "ICON_INVALID".
solution - Replace "ICON_INVALID" with the original error.
ios:
I wasn't able to change my icon and was constantly getting not able to find changeIcon because I forgot to do pod install as it wasn't mentioned in the docs.
solution - added a step for pod install in the docs.
I was trying out this package and faced some issues so I thought to address those.
Issues: Android:
AndroidManifest.xml
file for the package name but in the log, I was getting "ICON_INVALID". solution - Replace "ICON_INVALID" with the original error.ios:
changeIcon
because I forgot to do pod install as it wasn't mentioned in the docs. solution - added a step for pod install in the docs.Thanks for this great package :) @skb1129 .