It sounds like the SKProductsRequest is failing to get a response from the iTunes Store server in validating the In-App Purchase identifiers. The error "Unknown product identifier error (code 100) must be coming from a StoreKit framework which your application makes use of. The SKProductsRequest call results in a call to the didReceiveResponse delegate method where the requested identifiers may have been returned in the invalidProductIdentifiers array.
When this occurs in the production version of the app, first question - did you recently have to renew your developer membership and if so, has the paid-app contract been updated? If the paid-app contract is in effect, then this is a bug report issue. The following are the instructions for submitting the bug report for this specific failure.
Here are the instructions to install the StoreKit profile
Install StoreKit profile to an iOS 11+ device
Please login to the Apple Developer Bug Report - Profiles and Logs website
<https://developer.apple.com/bug-reporting/profiles-and-logs/>
Click the “Profile” URL associated with the “App Store/iTunes Store for iOS” item. You will download the “itmsdebugging.mobileconfig” file.
IMPORTANT - PLEASE RESTART THE DEVICE
CAPTURE THE DEVICE CONSOLE LOG - connect the device to a macOS X Sierra (or newer) system (macOS X 10.12.x)
1. Launch the Console app and select the device in the left side of the Console window
2. Before starting the iOS app, click “Clear”.
3. Start the application and perform the steps to replicate the problem.
4. When the issue occurs, save the contents of the Console log
please check that the string “fetchSoftwareAddOns” appears in the console log. If this string does not appear, then the profile was either not installed properly or the device was not restarted after the install to the device.
To submit a bug report for investigation by iTunesConnect, please use the Apple Developer Bug Report web page - http://bugreport.apple.com.
After logging in, select the “Other” Product.
Fill out the bug report form. In the description section -
make sure to include the application ID
add the in app purchase identifiers which are failing
attach the console log which you captured.
Indicate that the problem is with the production version of the app.
By following these instructions, the Bug Report team will be able to expedite the assignment of the bug report to the correct group.
rich kubota - rkubota@apple.com
developer technical support CoreOS/Hardware/MFI