Unable to upload to store: datafield that requires Permission

Former Member
Former Member
I have a datafield that I'm trying to upload to the store. It needs permission for using the user profile.

In the manifest I added:
<iq:permissions>
<iq:uses-permission id="UserProfile"/>
</iq:permissions>


When I try to upload it to the store I get an exception:

The following errors were detected in your app file

- The app permission UserProfile in the manifest file is invalid.

Can this be fixed?