iOS Question Permission alert

kohle

Active Member
Licensed User
Longtime User
Hi,
a b4i app is rejected from the apple store :

We noticed that your app requests the user’s consent to access their calendar but does not clarify the use of this feature in the permission modal alert.

How can I configure the permission modal alert text in b4i ?

rgs
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Do you have this in your Main Module ?

B4X:
    'events
    #PlistExtra:<key>NSCalendarsUsageDescription</key><string>Your calendar is required for ............</string>
    'reminders
    #PlistExtra:<key>NSRemindersUsageDescription</key><string>Your reminders calendar is required to set reminders for ...........</string>
 
Upvote 0
Top