Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Plugin Rejected by Apple.

$
0
0

Hello everyone,

with MABS 7.1 released, a new feature was added, to handle iOS Descriptions! I believe this new feature can tackle your problems related to iOS permission usage descriptions and having to handle those descriptions in the plugins in wacky ways.

With this new version, you can simply add a new preference to the extensibilities of your Application, and this should add the proper description for the permission you choose, in your final ipa. Example:

{

  "preferences": {

    "ios": [

      {

        "name": "NSPhotoLibraryUsageDescription",

        "value": "This application needs access to your Photo Library because yada yada yada!"

      }

    ]

  }

}


Using this feature and setting the descriptions through the Extensibility of the app should override the descriptions that were set in any plugin of the application (when they are in conflict).

You can check details about the feature in the release notes of  MABS 7.1.

Please let me know if this fixed your problem or if the notes/instructions are not clear!

Cheers.


Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>