Device is not registering in APNS for Push Notification with iOS flavors

I have an iOS application developed using React-Native and OneSignal for push notification. This application has 2 schemes / flavors. The application without BUNDLE_ID_SUFFIX registers properly por APNS. The application WITH BUNDLE_ID_SUFFIX does not. The OneSignal message is "Unknown Apns Error Response". I tried "Console.app" and got no error message. Try to attach my device running application from TestFlight using XCode but do not know how. As neither Apple nor OneSignal give me a way to figure this out, I am willing to pay for a consult to guide me how to solve this problem.

Could the name with spaces or special chars like "ã" be a problem?

The bundle ID string must contain only alphanumeric characters (A-Z, a-z, and 0-9), hyphens (-), and periods (.)

Device is not registering in APNS for Push Notification with iOS flavors
 
 
Q