As per Santosh's Question, I need to add some new items in my info.plist. However, I don't know how to do it with the following guide.
The application's Info.plist MUST include a UIBackgroundModes array * containing 'network-authentication'.
The application MUST set 'com.apple.developer.networking.HotspotHelper' * as one of its entitlements. The value of the entitlement is a boolean * value true.
Can anyone suggest me how to configure my target's info.plist accordingly?