I want to check if some rogue apps(from the list received from back-end service) are installed or not on device. I know we can use this canOpenUrl for this. But in this case we need to make an entry in info.plist as well.
My rogue application list can be dynamic so I want to handle this scenario. I don't want to do entry in info.plist file each time if my rogue application list changes from the back-end.
Can anyone please suggest how I can achieve this?