Look up by bundle id.
Example: look up Google Maps iOS App:
lookupURLByBundleId('com.google.Maps');lookupURLByBundleId('com.google.Maps', country: 'FR');
Look up URL by bundle id.
Example: look up Google Maps iOS App:
lookupURLByBundleId('com.google.Maps');lookupURLByBundleId('com.google.Maps', country: 'FR');
Look up URL by id.
Example: look up Jack Johnson by iTunes ID: lookupURLById('909253');
Example: look up Google Maps iOS App: lookupURLById('585027354');
Example: look up Google Maps iOS App: lookupURLById('585027354', country: 'FR');