@jcschieb01 wrote:
Hi I was wondering if someone could help me understand how my app-plist keeps getting overwritten by ionic build ios.
So a few weeks ago I temporarily needed to add NSAllowArbitraryLoads to my plist so I added it (it was not present before). But now I am updating the requirement to just allow specified domains. So I added the specific domains, and removed NSAllowsArbitraryLoads from my plist (both by hand and in xcode itself) but now whenever I rebuild the project the property gets added back. I have even tried leaving the property but setting it to false, but on subsequent builds the property is automatically set back to true.
I really want to delete this property because I know it has a high risk of causing my app to be rejected. Does anyone know by what means ionic build forces this property to be added as true to my plist file, even after removing it?
Posts: 2
Participants: 1