I am having a major issue submitting In-App purchases either via Application Loader or manually in iTunes Connect.
The title of the In-App purchase is being capped at 30 characters when it supposed to be 75
According to this documentation: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Appendices/InAppPurchaseProperties.html
The IAP title is supposed to be less than 75 bytes, but the error I am getting in Application Loader is the following:
ERROR ITMS-4134: "Invalid title for in-app purchase with product_id='<REDACTED>', locale='en-US' - longer than 30 bytes." at Software/SoftwareMetadata
So why is the documentation saying 75 bytes but the error saying 30 bytes? Clearly there is a major issue here that needs to be resolved.
Can someone please shed some light on this?
Thank you