You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The included sample app in CareKit 1.2 gets rejected when uploaded to iTunes Connect. The error is:
Missing Icons - No icons found for watch application 'OCKSample.app/Watch/OCKSampleWatch.app'. Make sure that its Info.plist file includes entries for CFBundleIconFiles.
I see that the watch AppIcon is in the iOS code's Assets.xcassets. I haven't done Watch development yet. If I put an AppIcon in OCKSampleWatch/Images.xcassets, it doesn't get recognized. I have to call it WatchAppIcon or something else and then make the appropriate change in App Icons Source for the Watch target.
What's the best way to solve this?
The text was updated successfully, but these errors were encountered:
@gc435 - in general our sample apps shouldn't be uploaded to iTunes Connect. Are the missing watch icons something blocking you in development of your own app or just relative to the CareKit sample app?
The included sample app in CareKit 1.2 gets rejected when uploaded to iTunes Connect. The error is:
I see that the watch
AppIcon
is in the iOS code'sAssets.xcassets
. I haven't done Watch development yet. If I put anAppIcon
inOCKSampleWatch/Images.xcassets
, it doesn't get recognized. I have to call itWatchAppIcon
or something else and then make the appropriate change in App Icons Source for the Watch target.What's the best way to solve this?
The text was updated successfully, but these errors were encountered: