This PR adds the ability to make a itunes lookup for specific country limited apps.
Now you can pass to performCheck function's optional param, a country code (in addition to the bundleId).
Summary:
changes performCheck function signature from performCheck(bundleId: string) to performCheck(option?: PerformCheckOption) (more extensible for optional parameters)
This PR adds the ability to make a itunes lookup for specific country limited apps. Now you can pass to performCheck function's optional param, a country code (in addition to the bundleId).
Summary: