ios - Bundle ID confusion -


when created app, bundle identifier set changed space of title of app hyphen(-) , app on appstore has bundle id hyphen. thing setting in app purchases new version of app , when create bundle id in app purchase same bundle id app ( app_identifier.iap_identifier), error saying id cannot have hyphens. believe deleting hyphen on iap id acknowledge app before starting work want sure, think? there no problem if in app purchase id isn't same app id?

xcode -> select project -> go target -> info tab -> add key named 'bundle display name (cfbundledisplayname)' if not there.

enter desired name here.

build & run.

edit:

as question iap id, correct - there no restriction on how set iap id - except should unique across app store. can ensure uniqueness basing off app id.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -